473,624 Members | 2,072 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP: "Too many people access this site" error

I have a web solution that I deployed to our web server. I was looking at
the site (on my PC), and so was my customer (on his PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page could not be
displayed" message. It said that "There are too many people accessing the
web site at this time." I went to ISM and restarted the default web site a
few times and after like 5 minutes of doing this we got right in and
continued as usual. I am POSITIVE it was only the 2 of us looking at the
site, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only the
TWO OF US!

Thanks.
Nov 17 '05 #1
8 2084
What platform is the server running on?

windows server 2000, windows advanced server 2000, windows server 2003?

Knowing that will help determine what needs to be set.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"VB Programmer" <gr*********@ go-intech.com> wrote in message
news:Om******** ******@tk2msftn gp13.phx.gbl...
I have a web solution that I deployed to our web server. I was looking at
the site (on my PC), and so was my customer (on his PC). It worked well for like 10 minutes. Then, all of a sudden we got a "Page could not be
displayed" message. It said that "There are too many people accessing the
web site at this time." I went to ISM and restarted the default web site a few times and after like 5 minutes of doing this we got right in and
continued as usual. I am POSITIVE it was only the 2 of us looking at the
site, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only the
TWO OF US!

Thanks.

Nov 17 '05 #2
Your "server" is running a desktop operating system.
These are limited to 10 connections. Once you have
opened 10 connections, you must wait for them to timeout
before you can open another.
-----Original Message-----
I have a web solution that I deployed to our web server. I was looking atthe site (on my PC), and so was my customer (on his PC). It worked well forlike 10 minutes. Then, all of a sudden we got a "Page could not bedisplayed" message. It said that "There are too many people accessing theweb site at this time." I went to ISM and restarted the default web site afew times and after like 5 minutes of doing this we got right in andcontinued as usual. I am POSITIVE it was only the 2 of us looking at thesite, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only theTWO OF US!

Thanks.
.

Nov 17 '05 #3
What is considered a "connection "? Browser window? Db connection by server
to db? Each image that is on a web page? Etc...

"Tom C." <To*@TriBrain.n et> wrote in message
news:01******** *************** *****@phx.gbl.. .
Your "server" is running a desktop operating system.
These are limited to 10 connections. Once you have
opened 10 connections, you must wait for them to timeout
before you can open another.
-----Original Message-----
I have a web solution that I deployed to our web

server. I was looking at
the site (on my PC), and so was my customer (on his

PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page

could not be
displayed" message. It said that "There are too many

people accessing the
web site at this time." I went to ISM and restarted the

default web site a
few times and after like 5 minutes of doing this we got

right in and
continued as usual. I am POSITIVE it was only the 2 of

us looking at the
site, because it's on a secret server.

Anyone know how I can increase the number

of "people"??? ? It was only the
TWO OF US!

Thanks.
.

Nov 17 '05 #4
W2K Professional SP3

"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:Oh******** *****@TK2MSFTNG P11.phx.gbl...
What platform is the server running on?

windows server 2000, windows advanced server 2000, windows server 2003?

Knowing that will help determine what needs to be set.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"VB Programmer" <gr*********@ go-intech.com> wrote in message
news:Om******** ******@tk2msftn gp13.phx.gbl...
I have a web solution that I deployed to our web server. I was looking at the site (on my PC), and so was my customer (on his PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page could not be
displayed" message. It said that "There are too many people accessing the web site at this time." I went to ISM and restarted the default web site a
few times and after like 5 minutes of doing this we got right in and
continued as usual. I am POSITIVE it was only the 2 of us looking at

the site, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only the TWO OF US!

Thanks.


Nov 17 '05 #5
VBProgrammer,

In this case (You're running Win2k pro) Tom C. Is absolutely correct. I
thought the same but wanted to confirm what you were running. You are not
running a web server. You are running a desktop operating system.

You are only allowed ten connections. And the way that works (to answer your
last question to Tom) is that every time you connect to the site a session
is created. When you close your browser that session does not time out for
20 minutes (by default). So if you open your app in your browser, close the
browser, then re-open the app before 20 minutes go by, you now have two of
ten sessions taken up.

If you need to server your pages to more than ten people at a time it would
be a good idea to invest in a real server operating system such as Windows
Server 2003.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"VB Programmer" <gr*********@ go-intech.com> wrote in message
news:eT******** ******@TK2MSFTN GP09.phx.gbl...
W2K Professional SP3

"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:Oh******** *****@TK2MSFTNG P11.phx.gbl...
What platform is the server running on?

windows server 2000, windows advanced server 2000, windows server 2003?

Knowing that will help determine what needs to be set.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"VB Programmer" <gr*********@ go-intech.com> wrote in message
news:Om******** ******@tk2msftn gp13.phx.gbl...
I have a web solution that I deployed to our web server. I was
looking
at the site (on my PC), and so was my customer (on his PC). It worked
well
for
like 10 minutes. Then, all of a sudden we got a "Page could not be
displayed" message. It said that "There are too many people accessing

the web site at this time." I went to ISM and restarted the default web site
a
few times and after like 5 minutes of doing this we got right in and
continued as usual. I am POSITIVE it was only the 2 of us looking at

the site, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only the TWO OF US!

Thanks.



Nov 17 '05 #6
What is considered a "connection "? Browser window? Db connection by server
to db? Each image that is on a web page? Etc...

"Tom C." <To*@TriBrain.n et> wrote in message
news:01******** *************** *****@phx.gbl.. .
Your "server" is running a desktop operating system.
These are limited to 10 connections. Once you have
opened 10 connections, you must wait for them to timeout
before you can open another.
-----Original Message-----
I have a web solution that I deployed to our web

server. I was looking at
the site (on my PC), and so was my customer (on his

PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page

could not be
displayed" message. It said that "There are too many

people accessing the
web site at this time." I went to ISM and restarted the

default web site a
few times and after like 5 minutes of doing this we got

right in and
continued as usual. I am POSITIVE it was only the 2 of

us looking at the
site, because it's on a secret server.

Anyone know how I can increase the number

of "people"??? ? It was only the
TWO OF US!

Thanks.
.

Nov 18 '05 #7
W2K Professional SP3

"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:Oh******** *****@TK2MSFTNG P11.phx.gbl...
What platform is the server running on?

windows server 2000, windows advanced server 2000, windows server 2003?

Knowing that will help determine what needs to be set.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"VB Programmer" <gr*********@ go-intech.com> wrote in message
news:Om******** ******@tk2msftn gp13.phx.gbl...
I have a web solution that I deployed to our web server. I was looking at the site (on my PC), and so was my customer (on his PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page could not be
displayed" message. It said that "There are too many people accessing the web site at this time." I went to ISM and restarted the default web site a
few times and after like 5 minutes of doing this we got right in and
continued as usual. I am POSITIVE it was only the 2 of us looking at

the site, because it's on a secret server.

Anyone know how I can increase the number of "people"??? ? It was only the TWO OF US!

Thanks.


Nov 18 '05 #8
How can I change the timeout period?

"Tom C." <To*@TriBrain.n et> wrote in message
news:01******** *************** *****@phx.gbl.. .
Your "server" is running a desktop operating system.
These are limited to 10 connections. Once you have
opened 10 connections, you must wait for them to timeout
before you can open another.
-----Original Message-----
I have a web solution that I deployed to our web

server. I was looking at
the site (on my PC), and so was my customer (on his

PC). It worked well for
like 10 minutes. Then, all of a sudden we got a "Page

could not be
displayed" message. It said that "There are too many

people accessing the
web site at this time." I went to ISM and restarted the

default web site a
few times and after like 5 minutes of doing this we got

right in and
continued as usual. I am POSITIVE it was only the 2 of

us looking at the
site, because it's on a secret server.

Anyone know how I can increase the number

of "people"??? ? It was only the
TWO OF US!

Thanks.
.

Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2196
by: Trey Guy | last post by:
I have an ASP page I use as a front end to an Access db. I am running a query from that page that is returning a "Too few parameters..." error. The query works fine in Access. I have checked all field names and they are correct. The SQL is below. Any ideas as to the cause of this error? Thanks, Trey SELECT qryParticipantOutcomesAggregate.IndID, Indicators.IndName, Sum(qryParticipantOutcomesAggregate.NEligible) AS SumOfNEligible,
2
7330
by: Davinder | last post by:
I am trying to invoke the following line of code within my ASP: Set oApp = Server.CreateObject("Word.Application") This results in the following error: ASP 0178 Server.CreateObject Access Error The call to the Server.CreateObject failed while checking permissions..
0
1372
by: Lauren Wilson | last post by:
The error does not have an error number. It's not even a normal Access error message box. Hope someone has some insight to this problem. I have a form that contains a large (5" x 4") text box bound to a memo field. This field allows users to type in the text of an email to be sent through Outlook (via automation). I ONE user who send me his back end data base where he has inserted several two - three page emails. When scrolling...
8
11220
by: RC | last post by:
In my Access 2002 form, I have a combo box and on the AfterUpdate event I use DoCmd.RunSQL ("UPDATE .... to update records in a table. When it starts to run I get a message "You are about to update 3 row(s)." Is there a way to prevent the message from popping up?
2
3448
by: genc_ymeri | last post by:
Hi over there, I suddenly started to get the below error when I try to publish my websites, in any of them ! I tried to google it but not much info. Any help very much appreciated, thanks in advance,
10
6580
by: jpatchak | last post by:
Hi, I have a form with a delete button. Each record is stored with a list name (e.g. "October" or "November"). Each record within a list name is consecutively numbered from 1 to n. This number is called the "prospect number" I have a button on my form that deletes the current record and then renumbers the records that share the deleted record's list name. The problem is, the current record's prospect number is displayed in a bound textbox...
4
4145
by: Rick | last post by:
I've moved code from a stage machine to the production machine, exact same code works fine on the stage machine, they are both windows 2003 servers, I'm getting a "Cannot generate SSPI context" error, there are other sites on this server that access the same database. IIS is the same, permissions to the database are correct. Any suggestions? Error:
3
2076
kZero
by: kZero | last post by:
Hi, i have problem with this code in windows vista intfile = FreeFile Open strDestination For Binary Access Write As #intfile Run-time error '75': Path/File access error
1
3380
by: Wernerh | last post by:
Please could someone help with this problem. I have a datagrid that works perfectly back to a MS database. I have written the keycode functions for up, down, left and right keys in the datagrid. A error occurs when you use the up arrow key to the first record in the database. If you are on the first record and press the up key then you get the data access error as there is obviously no record. How can I stop the keycode from firing when it...
0
8236
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8173
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8679
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7159
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2606
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.