J
Jude
IIS on my local machine serves both ASP and ASP.NET pages fine but
when I debug using the built in Development Server that comes with
Visual Studio 2005 I get the following error when I try to cross to a
classic ASP page:
Server Error in '/myapp' Application.
--------------------------------------------------------------------------------
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: /myapp/home.asp
I know how to configure IIS to do them, but how do I configure the
Visual Studio 2005 Development Server to allow .asp files?
when I debug using the built in Development Server that comes with
Visual Studio 2005 I get the following error when I try to cross to a
classic ASP page:
Server Error in '/myapp' Application.
--------------------------------------------------------------------------------
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: /myapp/home.asp
I know how to configure IIS to do them, but how do I configure the
Visual Studio 2005 Development Server to allow .asp files?