Poor performance on IIS7, only on Windows Server 2008, fine on Windows 7?

Posted by user32005 on Server Fault See other posts from Server Fault or by user32005
Published on 2010-01-17T17:12:39Z Indexed on 2010/04/10 12:53 UTC
Read the original article Hit count: 249

Filed under:
|

Hi, I'm new to IIS7 but have experience with other versions.

I've been working on an application that works great in a dev environment (as always) but when I push it to a windows server 2008/IIS7 box performance takes a noticeable hit.

The dev environment is Windows7/IIS7. The configuration in IIS is the same on the dev box as the server. I've tried all sorts of things to try and find a reason for this but I cant come to any conclusion. I've ruled out database problems on the live box as all data is cached after the first request. I've confirmed this to be true and made sure there is no additional database traffic.

I've ruled out network issues with a combination of monitoring requests with fiddler and local debugging on the server. Whenever the code runs on the server there seems to be a performance issue.

The server:

Intel Core 2 Quad CPU Q6600 @ 2.40ghz with 2gb RAM. I know this is not fantastic but I was expecting it to at least perform as well as my dev environment (which is running much more on a lower spec).

The CPU using peaks at under 60%, and memory usage is less than half of the available.

I've enabled failed request tracing and most of the time is spent in a custom HttpModule, this module works to handle every request, I cant get any more detail as to what within the module may be causing the problem.

Any ideas, I've been pulling my hair out for days now.

Thanks

© Server Fault or respective owner

Related posts about iis7

Related posts about windows-server-2008