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?
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?