I'm trying to debug an ASP.NET web application from Visual Studio 2013, with IIS 7.5 on a Windows 7. The debugging process is extremely slow, taking about 60-90 seconds per page load. I've noticed that, while a page is loading, MSVSMON.EXE (Visual Studio Remote Debugging Monitor) stays on 25-30% CPU on my Quad Core machine, and I suspect that it is the culprit.
On another PC with Windows 8 and IIS 8.5, debugging is much, much faster with almost meaningless MSVSMON usage. I tried to mimic every single debugging settings for Visual Studio and IIS for the former machine, yet the debugging is still very slow and MSVSMON stills reaches high cpu usage.
Why is that so? What can I do to solve my problem and reduce that CPU usage?