I am using Visual Studio 2008 on a Windows 7 virtual machine for building a ASP MVC app. I have noticed recently that it has become painfully slow, some pages take upwards of 60 seconds to display. If I deploy these pages to a devserver to test they are very quick, almost instant. Also, if I manually step through the code to display the page it is much quicker than if I let it just run. I am debugging with the WebDev.DevServer and notice it sits up around 90% CPU when displaying.
Any ideas on what this might be?