Avoiding deployment when debugging an ASP.NET MVC application
Posted
by John Kaster
on Stack Overflow
See other posts from Stack Overflow
or by John Kaster
Published on 2010-03-26T19:43:40Z
Indexed on
2010/03/26
19:53 UTC
Read the original article
Hit count: 438
Once an asp.net MVC project has a web deployment project associated with it, there doesn't seem to be a way to avoid deploying when you build the MVC project. I still want to be able to debug my MVC project locally and avoid deploying new versions of it. How do I configure the web deployment project to skip the deployment step when I'm trying to debug?
© Stack Overflow or respective owner