Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Done my project and then i configured it into my IIS, first 15 minuets my iis working Fine after it shows the below error message. I'm only using iis
The page cannot be displayed
There are too many people accessing the Web site at this time.

Please try the following:

    Click the Refresh button, or try again later.
    Open the 192.168.1.21 home page, and then look for links to the information you want.

HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services

Technical Information (for support personnel)

    Background:
    This error can occur if the Web server is busy and cannot process your request due to heavy traffic.

    More information:
    Microsoft Support 


Please help...... am waiting for the reply...
Posted

Windows XP, by design, only allows a limited number of connections. The number is ten. If you need more, you're supposed to buy Windows Server.

See Inbound connections limit in Windows XP[^]

The following may or may not help:

1. You could try lowering the KeepAliveTimeout value. See How to change the default keep-alive time-out value in Internet Explorer[^]. That may or may not help and is certainly not a long term solution for an active web site.

2. You could try lowering the TcpTimedWaitDelay value. See Avoiding TCP/IP Port Exhaustion[^]. That may or may not help and is certainly not a long term solution for an active web site.
 
Share this answer
 
v3
Comments
sathish4303 17-Jun-13 2:03am    
where i want change the limited number of connections?
Mike Meinz 17-Jun-13 6:23am    
I don't understand your question.

Windows XP, by design, only allows a limited number of connections. The number is ten. If you need more, you're supposed to buy Windows Server.
Change connection string's Connection Timeout=20
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900