When we use Visual Studio 2013 for web development, we experience the following problems during debugging:
- The web application takes a long time to load
- Client scripts take a long time to load
- The use of the CPU by the IIS work process increases enormously during the debugging of the application
Switching to local IIS does not solve these problems.
What's happening here?