How to limit the amount of concurrent connections allowed to a specific website
In some cases, some web site administrators will want to limit the number of concurrent connections available for a certain website to prevent the site from becoming overloaded and suffering from decreased performance, or for development purposes. This can be easily accomplished through Internet Information Services.
Step 1: Navigate to Start à Administrative Tools à Internet Information Services (IIS) Manager.

Step 2: Once open, expand the Server Name by clicking the plus-sign next to it, then expand Web Sites, select the site you wish to change this setting for, and click Properties.

Step 3: Once the Properties dialogue box is open, click the Performance tab.

Step 4: By Default, the amount of current connections will be set to Unlimited. Click the radio button next to Connections limited to: and set the your preference for the number of connections. For now, let’s set it to 500. Once entered, click OK.

You have now limited the number of available concurrent connections to your website.