Hi,
I wrote one ASP file,which has One line Code,Response.write("ASP Page") ;.
By clicking HTML Button from ASPX page,I want to redirect that ASP Page.
While clicking I found the following error msg.
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested URL: /calendar_control/qwe.asp
Please Help me out this problem else any one know how to execute ASP Page from ASP.NET Project.