Jim Geurts
Jim Geurts

Reputation: 20429

How do I configure a website project to use IIS Express?

I have a website project, not a web application. I have Visual Studio SP1 (beta) installed, but I only see the option to use an external web server; there is no "Use IIS Express" option like with web applications.

Is this supported? If so, how do I set it up to use IIS Express?

Upvotes: 14

Views: 17398

Answers (3)

Bernard Chen
Bernard Chen

Reputation: 6567

I just installed Visual Studio 2010 SP1 as well as IIS Express and I found a right-click option on my web project called "Use IIS Express". Scott Guthrie talks about it here: VS 2010 SP1 (Beta) and IIS Express .

Upvotes: 20

vikomall
vikomall

Reputation: 17539

VS 2010 SP1 beta has support for IIS Express. I am not sure if you have installed IIS Express separately or not (VS 2010 SP1 does not include IIS Express and you need to install it separately). If you haven't installed IIS Express install it from here

Upvotes: 2

atrljoe
atrljoe

Reputation: 8151

Support for IIS Express will not come until Visual Web Developer 2010 SP1 is released later this year.

Upvotes: 0

Related Questions