Some useful tips found during tuning of Azure service.
Net 2.0 and Config MaxConnection Values
http://support.microsoft.com/kb/821268
Improving .NET Application Performance and Scalability
Chapter 17 — Tuning .NET Application Performance
Don't forget to tune your application
- maxWorkerThreads
- minWorkerThreads
- maxIoThreads
- minFreeThreads
- minLocalRequestFreeThreads
- MaxConnection
- executionTimeout
Net 2.0 and Config MaxConnection Values
http://support.microsoft.com/kb/821268
Improving .NET Application Performance and Scalability
Chapter 17 — Tuning .NET Application Performance
Don't forget to tune your application