G
Guest
I have an asp.net solution and one asp.net and a few asp projects included
to this solution.
I try to redirect from my asp.net page to asp page with Server.Transfer, I
get the following error:
Invalid path for child request
'http://IPAddess/MyAspNetApp/MyASPSite/index.asp'. A virtual path is
expected.
If I use Response.Redirect it does not go to the page. If I copy paste the
link in IE I am able to get the page.
Where is the problem?
to this solution.
I try to redirect from my asp.net page to asp page with Server.Transfer, I
get the following error:
Invalid path for child request
'http://IPAddess/MyAspNetApp/MyASPSite/index.asp'. A virtual path is
expected.
If I use Response.Redirect it does not go to the page. If I copy paste the
link in IE I am able to get the page.
Where is the problem?