PRB: ASP.NET Web Application Exceeds Maximum Number of Supported Connections Under a Single-User Scenario (320072)
The information in this article applies to:
- Microsoft ASP.NET (included with the .NET Framework 1.1), when used with:
- the operating system: Microsoft Windows XP
- the operating system: Microsoft Windows 2000
- Microsoft ASP.NET (included with the .NET Framework) 1.0, when used with:
- the operating system: Microsoft Windows XP
- the operating system: Microsoft Windows 2000
This article was previously published under Q320072 SYMPTOMS
When you develop ASP.NET Web applications on a computer that is running Microsoft Windows 2000 Professional or Microsoft Windows XP Professional, if that computer serves as the local Web server, the maximum supported connections are exceeded when you open the application locally in a single-user scenario.
You receive an error message that states that the server or the host is unavailable. For example, you may receive the following error message in your browser:
The page cannot be displayed
There are too many people accessing the Web site at this time.
HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services
When you use Microsoft Internet Security and Acceleration (ISA) Server, you may receive the following error message in your browser:
64 - Host not available
Internet Security and Acceleration Server
CAUSE
This problem occurs when you open the page because the proxy server holds onto connections under the following conditions:
- You specify the network basic input/output system (NetBIOS) name of the local Web server in the URL.
- You configure the browser to use a proxy server.
- You do not select the Automatically Detect Settings and the Bypass proxy server for local addresses check boxes in the Local Area Network (LAN) Settings dialog box.
When the proxy server holds onto connections, the connections exceed the number of connections that are supported.
RESOLUTION
To resolve this problem, click to select the Bypass proxy server for local addresses check box when you develop ASP.NET Web applications on a local Web server. As a result, the proxy server does not have to be involved when you open the application that is served up by the local Web server.
You can also use localhost in the URL instead of the NetBIOS name of the local computer when you open the application locally. However, you must still click to select the Bypass proxy server for local addresses check box. If you do not select this check box, you may receive an "HTTP Error 502: Proxy Error" error message.
STATUSThis behavior is by design.REFERENCESFor additional information about the simultaneous user connection support that is associated with running Microsoft Internet Information Services (IIS) on Windows 2000 Professional and on Windows XP Professional, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
262635 Error Message: HTTP 403.9 - Access Forbidden: Too Many Users Are Connected
Modification Type: | Major | Last Reviewed: | 8/12/2003 |
---|
Keywords: | kbprb kbServer KB320072 kbAudDeveloper |
---|
|