Posted on: 8/27/2014 2:57:46 AM | Views : 422

How do you "reload" the running ASP.NET app? I'm just getting started and still trying to figure out the right workflow ... It seems that the best way is either get it running, disable debugging and then just keep building with ctrl-shift-b.
Another option seems to be using edit and continue in combination with break all, but I'm not sure if that's a good approach, since I'm constantly getting a "No code running" popup tab when I break all.
How do you guys develop your apps? How do you reload the code and what are some best practices when developing?

Go to the complete details ...