1

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?

quakkels
  • 11,676
  • 24
  • 92
  • 149

1 Answers1

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