Visual Studio Web Application edit source while running like in Tomcat\Eclipse\Java

Posted by Bryan Migliorisi on Stack Overflow See other posts from Stack Overflow or by Bryan Migliorisi
Published on 2010-02-19T02:46:37Z Indexed on 2010/03/11 20:54 UTC
Read the original article Hit count: 384

Filed under:
|
|
|

In an ASP.NET Web Site project, I've always been able to make changes to the underlying C# code and simply refresh the page in the browser and my changes would be there instantly.

I can do the same thing when working with Java and Eclipse - edit my Java source and refresh the page and my changes are there.

I cannot do this in ASP.NET MVC though and it is a real downer - I have to stop the running process and make my changes, and then restart debugging. This is a huge waste of time.

Am I doing it wrong? What is the best approach to ASP.NET MVC development?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#