How to enable Edit and Continue in Visual Studio 2012 within the ASP.NET MVC project?
The Edit and Continue is a feature that is useful specially for debugging . When the debugger breaks , the developers can edit the code and still continue debugging with this feature.
There are couple of ways to enable this feature in Visual Studio . One such way is to enable Read More →







