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