How to connect VS2008 MVC project to Vista IIS7 localhost as web server?

I am trying to hook my standard, ASP.NET MVC Application (Web Application) on Vista IIS7 localhost web server instead of using Cassini.

I am trying to find some steps to set this, etc.

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

Finally, I hope you also have some solutions using Vista IIS7 for your own web server (various independent websites).

Thank.

+1


source to share


2 answers


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



after choosing this, VS should use IIS as dev server when starting the debugger, etc.

+1


source


This should give you the following steps:
http://blogs.dovetailsoftware.com/blogs/kmiller/archive/2008/10/07/deploying-an-asp-net-mvc-web-application-to-iis7.aspx



0


source







All Articles