c# - Difficulties with Visual Studio 2013 and ASP.NET MVC -
I recently started developing my ASP.NET MVC app on VS2013. Before that change, I could start the app in debug, stop debugging, and do all the work. But now when I stop debugging, the whole application also stops working. Also, when I modify web config on debug, I have to close the debug.
Why am I having this problem? When I was working on VS2010 / VS2012 everything was working fine.
project properties - & gt; the web Enable Enable and Continue .
Comments
Post a Comment