We have a IIS 7.5 Webserever running ASP.NET Web application coded in C#. The application is expected to have a high number of hits (Active Connections of about 10000/second) but the byte transfer per hit will be very low max 1KB. How do we optimize the server?
↧