|
|
|
I am experiencing a 30 second response from a web service (based on .NET framework 2.0). What general counters are to be set (in machine.config and web.config) to boot the performance down to 3-5 seconds? BTW, the first request takes more than 20 seconds. Is there a way to set GC timer?
Thanks for your help in advance,
-SP
Sarma Pisapati |
03.10.08 - 11:02 am | #
|
|
Sarma,
you most probably have a lot of first chance expections. Run the application in VS debugger and watch the output windows for first chance exception information.
Hope that helps,
Martin
Martin Kulov |
Homepage |
03.19.08 - 10:16 pm | #
|
|
Commenting by HaloScan
|