Hi
I have got a windows 2003 server (Intel Zeon dual processor with 2 GB RAM) located at one of the best IDC with a single website hosted on and no other application is being used on this server (mail, ftp etc). The website which is hosted on this server is an application which is developed in asp accessing a MSSQL database located on a different server. On normal days the server processes the request in a timely fashion apart from certain times when the request is more than 500 per second. I have kept the AspProcessorThreadMax = 600 and AspRequestQueueMax = 3000. I have tried almost all the setting which Microsoft recommends but the problem I still face is that whenever the number of connection / request for the asp pages exceeds 500 the other users gets the response very slow but during the same time my processor utilization remains below 30 % which means the iis is not utilizing the processor up to its maximum. I would highly appreciate if anybody can suggest me some solution comments for the same.
Thank you in Advance