Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Alan Smith is offline IM & SEO Weak Jaw Alan Smith will become famous soon enough
    Join Date
    Jul 2011
    Posts
    184
    Thanks Given
    0
    Thanked 63 Times in 53 Posts

    When to use Response.redirect and Server.Transfer method?

    Response.redirect is used when,

    • We want to redirect the request from plain HTML pages on our server to some other server.
    • We don’t want the roundtrip process to the server on each request
    • We don’t need to defend QueryString and form variables from the main request
    • We want that users can see the new Redirected URL in browser

    Server.Transfer is used when,

    • We want to transfer the page from current page to another .Aspx page on same server
    • We want to defend the server resources.
    • We want to defend QueryString and Form validations
    • We don’t want that other users can see the original URL from where we redirected the request.
    Last edited by Alan Smith; 09-10-2012 at 10:07 AM.

  2. The Following User Says Thank You to Alan Smith For This Useful Post:


  3. #2
    windfinder is offline IM & SEO Whisperer windfinder is on a distinguished road
    Join Date
    Nov 2010
    Location
    Upplands Väsby Sweden
    Posts
    42
    Thanks Given
    9
    Thanked 12 Times in 10 Posts
    Remember that a response.redirect tells the browser to go look somewhere else. Server.transfer tells the server to look somewhere else.

  4. The Following User Says Thank You to windfinder For This Useful Post:



 

Similar Threads

  1. Active Godaddy Promo Codes For Domain Register / Renew and Transfer
    By bluearrow in forum Web Hosting, Servers & Domains
    Replies: 2
    Last Post: 12-22-2012, 03:59 AM
  2. How to transfer your site without having downtime - FTP/cPanel Focused
    By Hajoless in forum Web Hosting, Servers & Domains
    Replies: 1
    Last Post: 01-21-2012, 03:54 AM
  3. Best money transfer program
    By patoxy in forum Legal, Copyright, Payment Processing
    Replies: 7
    Last Post: 04-29-2011, 09:56 AM
  4. Money bank transfer
    By seogirl10 in forum Legal, Copyright, Payment Processing
    Replies: 7
    Last Post: 04-29-2011, 05:38 AM
  5. Best way to transfer money
    By seogirl10 in forum Legal, Copyright, Payment Processing
    Replies: 23
    Last Post: 04-22-2011, 03:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts