[thelist] ASP: changing response.redirect headers

Chris Blessing webguy at mail.rit.edu
Tue Oct 22 12:49:00 CDT 2002


I believe you need to look into Server.Transfer (rather than
response.redirect).  It's an ASP 3.0 feature.  Good luck!

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> According to MS's website:
>
> "The Redirect method sends the following explicit header, where URL is
> the value passed to the method, as shown in the following code:
>
> HTTP 1.0 302 Object Moved
> Location URL"
>
> I want to do a server-side redirect using the 307 (or possibly 301)
> header.  Is this possible, and how?




More information about the thelist mailing list