Jump to content

Server.Transfer Method


pr.nimbalkar

Recommended Posts

Hi , I want to navigate from page 'default.aspx' to 'test.asp' both are in the same directory ; using method 'Server.Transer'. It throws an error :"Error executing child request for test.asp."Why does this error occur since my both files located in the same directory? Regards,Prashant N
To navigate from an ASP.NET page to a classic ASP page, use Response.Redirect, not Server.Transfer.http://support.microsoft.com/kb/320439
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...