Differentiate between Server Transfer and Response
Redirect?

Answer Posted / srujana

Server Transfer :
1. To transfer page processing from one page directly to
the next page without making a round-trip back
to the client's browser we use Server Transfer .
2. Server Transfer provides a faster response with a little
less overhead on the server.
3. The clients url history list or current url is not
updated by the Server Transfer.


Response Redirect :
1. To redirect the user's browser to another page or site
Response.Redirect is used.
2. This performs a trip back to the client where the
client's browser is redirected to the new page.
3. The user's browser history list is updated to reflect
the new address.

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain culture and uiculture values.

533


What is Partial PostBack in ASP.NET?

594


Explain the difference between authentication and authorization.

585


what is AutoEventWireUp and what is the use of This property explain in details?

1122


In a Repeater control how one can provide an alternating color scheme ?

553






What is Bundling and Minification in MVC?

571


How can we identify that the page is post back in asp net?

497


How do you store a value in viewstate and retrieve them?

554


What are the asp.net security controls?

542


Define asp.net caching?

525


Where would you use an ihttpmodule, and what are the limitations of any?

537


What is cross page posting? How is it done?

547


What are the security types in asp.net?

570


Write a code for sending an email from asp.net application.

526


What is fulltrust?

553