Dave
Sat Jul 09 02:22:00 CDT 2005
Griff wrote:
> There are two methods for redirecting (one may be IIS specific, I
> don't know).
>
> One (if you can get it to work is better in my opinion) is to do a
> server redirect. Here, the server redirects from one page to another
> without having to go back to the client's browser with a lengthly
> round trip.
1. You mean SCRIPT, not PAGE.
2. 302 responses are not lengthy.
3. A transfer is not a redirection.
> The second is the response redirect which goes back to the client's
> browser and effectively says "you really don't want that page, you
> want this one..." I've not tried this, but my guess is that the
> response redirect will required a fully formed URL
Then perhaps you should have tried, or at least read up on it before
posting.
"This can be an full URL beginning with "
http://", a virtual path
to a location on the same IIS server, or the name of a file
contained in the same location as the original URL."
http://msdn.microsoft.com/library/en-us/iissdk/html/01d1962f-0d45-4a5b-a46c-1b7f38f37ab3.asp
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.