Redirect doesn't work - TechRepublic
General discussion
May 25, 2001 at 04:25 AM
kirkk

Redirect doesn’t work

by kirkk . Updated 25 years, 1 month ago

What would cause Response.redirect to not work? When this code is executed:

Response.write “
Before Redirect”
Response.Redirect “/files.asp”
Response.write “
After Redirect”

I get this:

Before Redirect
After Redirect

It seems to work everywhere but in my /admin folder.

This discussion is locked

All Comments