views:

416

answers:

2

Hi folks,

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.

A: 

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

Joel Martinez
Nope - doesn't help at all. I know how to install IIs7 on Vista. I need to know how to make VS2008 use it as the web server, for my web _development_.
Pure.Krome
+1  A: 

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.

Joel Martinez