PC Review


Reply
Thread Tools Rate Thread

Changing from Server.Transfer to Response.Redirect.

 
 
Mufasa
Guest
Posts: n/a
 
      4th Jun 2007
What are the ramifications of changing from Server.Transfer to
Response.Redirect? I need to keep track of the URLs being used.

Can you do relative addresses through redirect?

TIA - Jeff.


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      4th Jun 2007
"Mufasa" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> What are the ramifications of changing from Server.Transfer to
> Response.Redirect?


Google is your friend:
http://www.google.co.uk/search?sourc...%2eRedirect%22

> Can you do relative addresses through redirect?


Yes.


--
http://www.markrae.net

 
Reply With Quote
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      4th Jun 2007
Yes you can do relative addresses via Response.Redirect.
Response.Redirect will keep the browser informed of the "correct" URL at all
times, which it sounds like you desire.
The performance is poorer with Response.Redirect than with Server.Transfer
because of the extra round trip required to the browser and back.
Here's more info:
http://SteveOrr.net/faq/TransferRedirect.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"Mufasa" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What are the ramifications of changing from Server.Transfer to
> Response.Redirect? I need to keep track of the URLs being used.
>
> Can you do relative addresses through redirect?
>
> TIA - Jeff.
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server.Transfer vs. Response.Redirect Terry Olsen Microsoft ASP .NET 4 15th Jun 2005 08:22 PM
Response.Redirect and Server.Transfer VapidGav Microsoft Dot NET 3 21st Mar 2005 07:28 PM
Server.Transfer or Response.Redirect Help =?Utf-8?B?U3R1YXJ0?= Microsoft ASP .NET 2 9th Dec 2004 04:03 AM
Re: Server.transfer or response.redirect???? Scott M. Microsoft ASP .NET 5 3rd Aug 2004 10:54 PM
Response.Redirect vs Server.Transfer Harsh Thakur Microsoft ASP .NET 4 18th Aug 2003 02:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:18 AM.