What is difference between Server.Transfer and Response.Redirect?
Server.Transfer
Response.Redirect
Response.Redirect simply sends a message (HTTP 302) down to the browser.
Server.Transfer happens without the browser knowing anything, the browser request a page, but the server returns the content of another.
2.1m questions
2.1m answers
60 comments
57.0k users