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.
No comments:
Post a Comment