This topic is locked

This type of page is not served error

10/24/2008 4:10:33 PM
ASPRunnerPro General questions
S
sleighbor author

Hey guys,
I do not have IIS installed on my workstation so I opened my ASP Runner application with Visual Studio 2005 just to run it using the built in webserver. I copied the output files to a c:\webroot folder. When I run it I get the following error:
Server Error in '/Webroot' 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: /Webroot/nt1restore_list.asp
--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Any help is greatly appreciated!!
Thank you,

Kevin

Sergey Kornilov admin 10/28/2008

Kevin,
Visual Studio won't run ASP applications. You need a real web server for this purpose (IIS).

S
sleighbor author 10/28/2008

Hi Sergey,
I loaded up Cassini web server and am getting the same error. What version of ASP are these web pages?
Thanks,

Kevin

S
sleighbor author 10/28/2008

Got it. Thank you.
Kevin