Asp – How do i connect a VS2008 MVC project to Vista IIS7 localhost as the web server

asp.netasp.net-mvciis-7

I'm trying to connect my stock standard, default ASP.NET MVC (web) application to the Vista IIS7 localhost web server instead of using Cassini.

I'm trying to find some steps to set this up, etc.

I've installed Vista IIS7 and of course MVC beta, VS2008 & Sp1.

Lastly, i'm hoping to also have multiple solutions use the Vista IIS7 for their own web server's (different, independent web sites).

Thanks.

Best Answer

Ahh, now I understand your question ... try this: right click on project > properties > Web > Servers > Use Local IIS Web server

after selecting that, VS should use IIS as the dev server when launch the debugger, etc.