I have a feeling we are being hit by very high traffic, how do I prove or disprove my theory?
|
feedback
|
migrated from stackoverflow.com Aug 25 '09 at 15:26
This question came from our site for professional and enthusiast programmers.
|
You can use performance counters (perfmon), specifically Web Service\Current Connections | |||
|
feedback
|
|
Check your IIS log files, they log every single request that comes into the server. By default, they should be located in C:\inetpub\logs\LogFiles\, however, your server administrator may have changed that | |||
feedback
|