Reputation: 11796
I am just putting together a quick non-cms site. Even though it's non-cms I would still like to use includes with it. Is there an easy way for me to run a classic ASP file in VS2010 without having to install/configure IIS?
Upvotes: 1
Views: 905
Reputation: 11796
I was able to create a new web site project and configure it to use IIS Express. I added the .asp files to the project and it served them correctly.
Upvotes: 1