q; Response.Redirect does not work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an asp.net solution and one asp.net and a few asp projects (not
asp.net) included to this solution. I try to redirect from my asp.net page to
asp page with
Response.Redirect("http://IPAddess/MyAspNetApp/MyASPSite/index.asp")
This does not return error, it does not go to page either. If I copy paste
the link in IE I am able to get the page. Where is the problem?
 
You may want to put a trace or some other statement that would let you know
if the response.redirect is actually getting called.
 
Back
Top