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

enter image details here

Enable Enable and Continue .

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -