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

Is post back property in asp net?

531


What is the difference between debug and release?

526


What is ashx file in asp.net?

555


What is a server farm in iis?

539


What are httphandlers and httpmodules and difference between them?

530






What is break mode?

517


What is cookies in asp net?

527


Explain about solution explorer window?

627


how to write html code with ssl

1529


How many validators do ASP.NET have?

613


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1956


What is the difference between server-side scripting and client-side scripting?

554


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

545


Can we override the enablepartialrendering property of the scriptmanager class?

648


What is the maximum number of classes that can be contained in one dll file?

685