The IIS7 server configured for ASP. NET supports 100,000 simultaneous requests. asp. netiis7

Source: Internet
Author: User

The IIS7 server configured for ASP. NET supports 100,000 simultaneous requests. asp. netiis7

1. The length of the application pool queue in IIS7 is adjusted to 65535 (1000 by default)

Open IIS7 manager, select application pool, right-click application pool, select Advanced Settings, and change 1000 to 65535

2. The appConcurrentRequestLimit of IIS7 is adjusted to 100000 (5000 by default)

Method:

Command Line: C: \ windows \ system32 \ inetsrv \ appcmd.exe set config/section: serverRuntime/appConcurrentRequestLimit: 100000

You can see this setting on the node serverRuntim of % systemroot % \ System32 \ inetsrv \ config \ applicationHost. config.

<ServerRuntime appConcurrentRequestLimit = "100000" type = "parmname" text = "parmname"/>

3. The request queue limit (requestQueueLimit) in machine. config is adjusted to 100000 (5000 by default)

Method: <processModel enable = "true" requestQueueLimit = "100000"/>

4. Modify the registry and adjust the number of TCP/IP connections supported by IIS7 to 100000 (5000 by default)

Machine. config path: C: \ Windows \ Microsoft. NET \ Framework64 \ v4.0.30319 \ Config (64-bit. net framework 4.0)

Registry command:

Reg add HKLM \ System \ CurrentControlSet \ Services \ HTTP \ Parameters/v MaxConnections/t REG_DWORD/d 100000

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.