I am developing MVC4 application with EF5. There only small amount of data on the dev DB. the IIS Express Wroker process takes up 100% CPU, leaving the system almost unworkable. Following is my system config:
Intel Core i7 with 8G memory on Win 8.1 Pro, VS2013 ultimate, SQL Server 2014 dev edition.
I have executed the same application on a different machine, much smaller on resources and with Win7, VS2012 and SQL Server 2008 R2. The application runs fine there with rarely more than 0% CPU taken by the IIS Express
I have been strugging with it over a day now but couldn't find the reason. Any help, much appreciated.