Question

I have installed windows 8.1 a few days ago and have installed orchard cms on it. i noticed that it is very slow when debugging in visual studio(about 3X slower than it in windows 7). it is not obvious in smaller applications but in orchard cms which takes about 30 seconds to warm up (in my win 7 installation) now it takes more than a minute in windows 8.1. i have no idea why this happens!? is it a SQL specific issue , an IIS Specific issue or something related to windows core performance?

i haven't compared neither SQL nor IIS performance in these two versions of windows cause i am in time constraint with this problem and i asked this question here with a hope that some one may have faced with this problem already.

any help is greatly appreciated.

Était-ce utile?

La solution

I would recommend not running the application with debugger but running the application and then attaching the debugger afterwards. If you are using IIS then use the AttachTo plugin for visual studio.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top