Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 894
Jim Geurts Avatar asked Feb 17 '11 14:02

Jim Geurts


People also ask

Does IIS Express use web config?

Yes, IIS Express uses the same applicationhost. config and web. config files supported by IIS.


1 Answers

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 .

like image 145
Bernard Chen Avatar answered Sep 24 '22 01:09

Bernard Chen