repsponse.redirect problem
I have some really weird things going on.
First here's my code:
<% Response.Redirect "loggedout.asp" %>
Yep that's it.
This code is in the page root/admin/index.asp
If I try to browse to root/admin/index.asp, the browser just sits there forever and my dial-up connection shows that a ton of activity is going on (sending and receiving) but it never loads the page. If I remove that code, it loads the page no problem.
Next if I try to browse to just root/admin, the redirect sort of works, but it redirects it to the root directory, not the root/admin directory.
Of course as a programmer, I think that it may be a server problem or something. I am on an IIS server if that makes any difference. Any ideas as to what the heck is wrong?
Thanks!
Ray
|