"too many people accessing the Web site"http://forums.asp.net/t/314703.aspx/1?+too+many+people+accessing+the+Web+site+Tue, 30 Dec 2008 03:10:39 -0500314703314703http://forums.asp.net/p/314703/314703.aspx/1?+too+many+people+accessing+the+Web+site+"too many people accessing the Web site" I'm developing a VB.net app using VisualStudio. I'm running everything on my local machine. I just got an error: <i>The page cannot be displayed There are too many people accessing the Web site at this time. </i>OK, clearly, there's only one person accessing the site at this time. But for some reason, IIS thinks there are 10 open connections. Why? I've quit all my browsers, to be sure that there weren't actually any open connections. 2003-08-20T19:32:53-04:00314953http://forums.asp.net/p/314703/314953.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" disable HTTP keep-alives in IIS under properties-&gt;web site that way, IIS will drop your connections more rapidly, clearing space for later connections. j 2003-08-21T00:26:11-04:00315437http://forums.asp.net/p/314703/315437.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" Thanks! Are there any negative consequences of disabling keep-alives? 2003-08-21T13:15:34-04:00316214http://forums.asp.net/p/314703/316214.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" In this case, no. This is just a development server, right? 2003-08-22T00:55:22-04:00316225http://forums.asp.net/p/314703/316225.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" Yeah -- and barely that. But in production, I wouldn't want to do that, would I? 2003-08-22T01:11:03-04:00316247http://forums.asp.net/p/314703/316247.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" well, it has advantages in the actual HTTP transport phase of things, so you do get some benefit from it being switched on in production, but equally it wouldn't harm THAT much to switch it off on a decent-specced server. j 2003-08-22T01:44:28-04:00400313http://forums.asp.net/p/314703/400313.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" I too received this, to my horror. Disabling the Keep-Alives fixed the serving problem, but opened another can of worms. I have 2 machines, both running 2000-Pro. One machine is my server, the other is my dev box. I'm using FrontPage Server Extensions with ASP.NET (1.0) to open the project on the server from the dev box. The problem is that disabling the Keep-Alives on the server causes FPSE to refuse to connect! Enabling Keep-Alives on the server allows the dev machine to connect via FPSE, but screws up accessing the page from outside the network. Is there a FPSE configuration to do with Keep-Alives? Sok. 2003-11-21T06:29:39-05:002836931http://forums.asp.net/p/314703/2836931.aspx/1?Re+too+many+people+accessing+the+Web+site+Re: "too many people accessing the Web site" <p>&nbsp;Hi, I get the same error, on trying by disabling the HTTP Keep-alives option I get another error message box as follows after few seconds.</p> <p>&nbsp;---------------------------<br> Microsoft Internet Explorer<br> ---------------------------<br> Internet Explorer cannot open the Internet site http://localhost/PlgWebHome/TestSection/TestCamera.aspx?.<br> <br> Operation aborted<br> <br> <br> ---------------------------<br> OK&nbsp;&nbsp; <br> ---------------------------<br> <img src="file:///C:/DOCUME%7E1/FlsaMain/LOCALS%7E1/Temp/moz-screenshot-6.jpg" alt=""></p> <p>&nbsp;http://localhost/PlgWebHome/TestSection/TestCamera.aspx? is the url of the accessing page.</p> <p>what should be done? any help.</p> <p>Thanks, <br> </p> <p><br> </p> <p><img src="file:///C:/DOCUME%7E1/FlsaMain/LOCALS%7E1/Temp/moz-screenshot-4.jpg" alt=""> <img src="file:///C:/DOCUME%7E1/FlsaMain/LOCALS%7E1/Temp/moz-screenshot-5.jpg" alt=""></p> 2008-12-30T03:10:39-05:00