Server.Transfer Vs. Response.Redirect
What is difference between Server.Transfer and Response.Redirect?
What is difference between Server.Transfer and Response.Redirect?
I am using Server.Transfer. Everything works fine, but exception log shows following exception.
I have a HttpModule in C# 2.0 which handles exceptions thrown. Whenever the exception is thrown, an error page (aspx) with some querystring will be called. It is done through Server.Transfer().