IIS on localhost is very slow
Posted
by Nyla Pareska
on Server Fault
See other posts from Server Fault
or by Nyla Pareska
Published on 2009-12-31T10:41:04Z
Indexed on
2010/05/04
17:08 UTC
Read the original article
Hit count: 796
I am using IIS7 on Windows Vista dual core cpu. The first time hit on a WCF service or an ASP.NET webform sometimes takes way longer than a minute which is not really acceptable for me.
I configured the application to use the Classic .NET application pool and tried playing with the Maximum worker processes, first setting it to 4 but put it back to 1 as it did not have the expected result. Are there any other things that I can try?
© Server Fault or respective owner