Tuesday, April 26, 2011

Nhibernate update followed by Response.Redirect causes ThreadAbortException

Response.Redirect causes the response thread to end ungracefully, call the version
Response.Redirect(String url, bool endResponse) with the endResponse = false to close it gently.

http://support.microsoft.com/kb/312629

No comments:

Post a Comment