Does anyone know if there is a maximum number of concurrent requests for IIS (Specifically IIS 7), I understand that there is a maximum number of threads so this will limit the max number of concurrent requests. Is this true?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In IIS 7.0 you can limit your web site usage by setting the following values:
The connection limit specifies the maximim number of permitted connections for a particular website. By limiting connections to Web sites, you can effectively allocate system resources.You can set all three limits from a single dialog box in IIS manager(inetmgr). Connection limit can range from 0 to 4294967295.