yeomandev
yeomandev

Reputation: 11796

How can I run a classic asp site (not asp.net) from within VS2010?

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

Answers (1)

yeomandev
yeomandev

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

Related Questions