Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting "This type of page is not served", How to run classic asp in VisualStudio on local machine?

I have an ASP.NET project in Visual Studio and have added a classic asp forum application. When I run this on my localhost machine (XP Pro with IIS), I get "This type of page is not served because it has been explicitly forbiidden".

This project has both ASP.NET and the classic ASP both running in the same project.

How can I configure my machine and/or Visual Studio project to run the asp application?

This application runs fine on our web server but I need to modify it and debug on localhost.

Thank you,

James

like image 670
James Avatar asked Jan 27 '10 06:01

James


People also ask

How do I run classic ASP files?

Click Start, and then click Control Panel. In Control Panel, click Programs and Features, and then click Turn Windows Features on or off. Expand Internet Information Services, then World Wide Web Services, then Application Development Features. Select ASP, and then click OK.


1 Answers

This is what I did and it worked perfectly:

http://blogs.msdn.com/greggm/archive/2006/03/15/552108.aspx

like image 126
Bmw Avatar answered Sep 27 '22 22:09

Bmw