What is the easiest way to deploy a MVC2 application from Visual Studio 2010 to IIS 7.5?

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-05-22T01:12:49Z Indexed on 2010/06/02 11:23 UTC
Read the original article Hit count: 174

I´ve tried a couple of different ways to deploy a application to a IIS 7.5 running on my machine for testing purposes and i´ve sort of hit a wall. Nothing works out of the box. Everything assumes I have knowledge I don't have and would prefer not to have to aqquire.

Google isn't really helping either with answers ranging from "copy files by hand" to "install teamcity and set it up for CI". I have set up TeamCity for java projects before and it's really over kill for my needs at the moment.

So anyone know of a fast, simple and easy way to deploy a application during testing/building?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about deployment