ASP.Net Job Interview Questions

Answer  
# 1 In earlier versions of IIS, if we wanted to send a user to a new Web page, the only option we had was Response.Redirect. While this method does accomplish our goal, it has several important drawbacks. The biggest problem is that this method causes each page to be treated as a separate transaction. Besides making it difficult to maintain your transactional integrity, Response.Redirect introduces some additional headaches. First, it prevents good encapsulation of code. Second, you lose access to all of the properties in the Request object. Sure, there are workarounds, but they're difficult. Finally, Response.Redirect necessitates a round trip to the client, which, on high-volume sites, causes scalability problems.
As you might suspect, Server.Transfer fixes all of these problems. It does this by performing the transfer on the server without requiring a roundtrip to the client.
Answer Submitted by: Admin
Is This Answer Correct?    9 Yes 1 No
Submit New Question Place Your Answer

Previous Interview QuestionNext Interview Question
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?How can you provide an alternating color scheme in a Repeater control?

Top: What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
ASP.Net Job Interview Question


Top Frequently Asked ASP.Net Question
Frequently Asked ASP.Net Job Interview Question


Top Frequently opened Microsoft .Net Technologies Job Interview categories
Most popular Microsoft .Net Technologies Job Interview categories

Comments About What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

Share your valuable opinions, ideas and suggestions about What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 23rd of May 2012

    Webmaster Said

    Tell us what you feel about What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
    All comments will be published after review. No login or registration is required to post a comment on What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Comments on What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

 
Top of Link batk to What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Link batk to What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?