DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 637 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'redirect' Subscribe to this feed
2
kicks
submitted by moldava moldava 5 months, 30 days ago

aspalliance.com — Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS read more...

Add a comment add a comment | category: | Views: 42
tags: , , , , | tag it

2
kicks
submitted by wisemx wisemx 6 months, 11 days ago

blogs.msdn.com — Server.Transfer and Response.Redirect are causing a new page to be processed, but the big difference is how they are doing it. - Server.Transfer terminates the execution of the current request (Response.End) and begins execution of a new request using the supplied url. No trip back to client is performed. - Respose.Redirect creates a special header, sends it to the client to ask the server for a different page. o Response.Redirect(url) == Response.Redirect(url, true). In this case, right after creating the header, the page execution is done – Response.End is called, and this one causes the current thread to be aborted (ThreadAbortException will be thrown). o Response.Redirect(url, false) doesn’t abort the thread, so it is recommended because it avoids the exceptions. This form is used for example by FormsAuthentication.RedirectFromLoginPage method. read more...

Add a comment add a comment | category: | Views: 8
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge