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?
Asked
Active
Viewed 901 times
1
-
2No: http://stackoverflow.com/questions/3505362/is-it-possible-to-run-classic-asp-on-cassini-webserver – mellamokb Jun 27 '12 at 15:47
-
As mentioned in the post I linked, you can try IIS Express which has a lot smaller footprint. – mellamokb Jun 27 '12 at 15:48
1 Answers
1
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.

quakkels
- 11,676
- 24
- 92
- 149