473,396 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 2077
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**************@tk2msftngp13.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.net> 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*****@aboutfortunate.com> wrote in message
news:Oh*************@TK2MSFTNGP11.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**************@tk2msftngp13.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**************@TK2MSFTNGP09.phx.gbl...
W2K Professional SP3

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:Oh*************@TK2MSFTNGP11.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**************@tk2msftngp13.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.net> 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*****@aboutfortunate.com> wrote in message
news:Oh*************@TK2MSFTNGP11.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**************@tk2msftngp13.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.net> 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
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...
2
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...
0
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...
8
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...
2
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...
10
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...
4
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"...
3
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
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.