I'm developing a VB.net app using VisualStudio. I'm running everything on my local machine. I just got an error:
The page cannot be displayed There are too many people accessing the Web site at this time.
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.
disable HTTP keep-alives in IIS under properties->web site that way, IIS will drop your connections more rapidly, clearing space for later connections. j
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
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
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
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.
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.
---------------------------
Microsoft Internet Explorer
---------------------------
Internet Explorer cannot open the Internet site http://localhost/PlgWebHome/TestSection/TestCamera.aspx?.
Operation aborted
---------------------------
OK
---------------------------
http://localhost/PlgWebHome/TestSection/TestCamera.aspx? is the url of the accessing page.
noobjk
Participant
1342 Points
294 Posts
"too many people accessing the Web site"
Aug 20, 2003 07:32 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: "too many people accessing the Web site"
Aug 21, 2003 12:26 AM|LINK
Jason Brown - MVP, IIS
noobjk
Participant
1342 Points
294 Posts
Re: "too many people accessing the Web site"
Aug 21, 2003 01:15 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: "too many people accessing the Web site"
Aug 22, 2003 12:55 AM|LINK
Jason Brown - MVP, IIS
noobjk
Participant
1342 Points
294 Posts
Re: "too many people accessing the Web site"
Aug 22, 2003 01:11 AM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: "too many people accessing the Web site"
Aug 22, 2003 01:44 AM|LINK
Jason Brown - MVP, IIS
Sokaku
Member
5 Points
1 Post
Re: "too many people accessing the Web site"
Nov 21, 2003 06:29 AM|LINK
renuga
Member
59 Points
101 Posts
Re: "too many people accessing the Web site"
Dec 30, 2008 03:10 AM|LINK
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.
---------------------------

Microsoft Internet Explorer
---------------------------
Internet Explorer cannot open the Internet site http://localhost/PlgWebHome/TestSection/TestCamera.aspx?.
Operation aborted
---------------------------
OK
---------------------------
http://localhost/PlgWebHome/TestSection/TestCamera.aspx? is the url of the accessing page.
what should be done? any help.
Thanks,