|
|
Similar entries
- Difference between response.redirect and server.transfer
- How to set Custom error pages in asp.net using web.config
- Howto use QueryString in ASP.NET for passing info between pages.
- Cookies for session management in ASP.NET
- ASP.NET error-this type of page is not served
- javascript error Sys is undefined
- IIS problem:The Web server reported the following error
- hide the login control for the users already logged in
- How to resolve Parser Error Message: An error occurred loading a configuration file in ASP.NET
- VBCrLf is not working in ASP
If you use the Response.End, Response.Redirect, or Server.Transfer method, a ThreadAbortException exception occurs. You can use a try-catch statement to catch this exception.
Check detailed explanation at MSDN