473,651 Members | 2,582 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTTP 403.9 - Access Forbidden: Too many users are connected

Hello,

I am using IIS 5.1 on XP Pro.

I have a page with many links on it (say 'Main Page').
Clicking on any of the links in Main Page, leads to say 'Page1.

My Scenario (modified to make it simple):
Click on 1st link of 'Main Page', opens page - page1.
I press the browsers 'back' button and go back to 'Main Page'.
Click on 2nd link of 'Main Page', opens page - page1 again.
I press the browsers 'back' button and go back to 'Main Page'.
Click on 3nd link of 'Main Page', opens page - page1 again.

After doing this for a while, it gives me error :
HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services

All the links has the code:
Response.Redire ct ("Page1.aspx ", False)

If I restart IIS, it starts working fine. Also, this happens mostly
when I try to access the application from some other computer.

Any suggestion, whats going wrong ? Why is the connection not getting
closed ?
Its seems to be a simple problem, but i have been pulling my hair for a
while to get an answere.

Any help appreciated !!

Thanks !!

Oct 13 '06 #1
5 8538
Any suggestion, whats going wrong ? Why is the connection not getting
closed ?
Personal Edition IIS (on WinXP) has a hard limit of 10 simultaneous
connections.
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
Oct 14 '06 #2
"Gaurav Vaish \(www.EdujiniOn line.com\)"
<ga************ *****@nospam.gm ail.comwrote in news:#hJxwsz7GH A.1012
@TK2MSFTNGP05.p hx.gbl:
>Any suggestion, whats going wrong ? Why is the connection not getting
closed ?

Personal Edition IIS (on WinXP) has a hard limit of 10 simultaneous
connections.

Also turning off HTTP-Keep-Alives might help a bit on XP.
Oct 14 '06 #3
Thanks Gaurav !!

I turned off HTTP Keep Alives. And it works fine.

Still, I am wondering, is this a coding bug ? As per my sequence of
steps, I am not opening many connections. I am closing all database
connections after using it (in fact, I havent reached that page which
has database connection, with my sequence of steps).

This was working fine for a while and suddenly this problem started.

Is there anything else I should take care of in my application ?

Thanks again !!

Spam Catcher wrote:
"Gaurav Vaish \(www.EdujiniOn line.com\)"
<ga************ *****@nospam.gm ail.comwrote in news:#hJxwsz7GH A.1012
@TK2MSFTNGP05.p hx.gbl:
Any suggestion, whats going wrong ? Why is the connection not getting
closed ?
Personal Edition IIS (on WinXP) has a hard limit of 10 simultaneous
connections.


Also turning off HTTP-Keep-Alives might help a bit on XP.
Oct 16 '06 #4
Is there anything else I should take care of in my application ?

Probably you can explicitly send a header

"Connection : close"

The default value is keep-alive... :-)
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
Oct 16 '06 #5
Explicitly send a header ??
Is there a link which explains that or do you have a code snippet for
that..

Thanks !!
Gaurav Vaish (www.EdujiniOnline.com) wrote:
Is there anything else I should take care of in my application ?

Probably you can explicitly send a header

"Connection : close"

The default value is keep-alive... :-)
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
Oct 16 '06 #6

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

Similar topics

2
9952
by: MichaelB | last post by:
When I try logging into my web app using local host I am getting the "HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services". The thing is I do not have 10 users connected! I have been running Microsoft Application Center Test for load testing purposes, and also another application called "ANTS Load" for the same purpose. I don't know if there's any direct relation between doing load testing with these...
3
1893
by: SAM | last post by:
Hey guys, Long time Access programmer, but never had to bother with these things until now. First, I use ADO all the time in VB, but now I need to use it in Access 2K. I never remember/know how to link the required libraries to get ADO functionality. It was easy enough in VB. Second, I've been surviving so far with subforms but I really want to try out a grid control. I registered a grid control that was available from ordinary...
92
7633
by: Jeffrey P via AccessMonster.com | last post by:
Our IT guys are on a vendetta against MS Access (and Lotus Notes but they've won that fight). What I can't understand is, what's the problem? Why does IT hate MS Access so much. I have tried to find out who it is that actually wants to get rid of it, but I can't find anyone who will admit to trying to get rid of it. Nevertheless, I'm always hearing about how their "phasing it out" or "getting rid of it". Because no-one owns up I can't...
8
5040
by: trinitypete | last post by:
Hi all I have a strange problem with IIS windows pass through authentication. Heres the setup IIS running with Windows Authentication for our intranet site. ACL has been set to everyone for all web directories. This is all on a windows 2003 server. We add the intranet site to the intranet zone so the windows credentials will automatically get passed to IIS 90% of the time it works fine, but Intermittently we get access forbidden -...
6
1911
by: Hani Atassi | last post by:
If i am using a form type authintication, do I need a licence for each logged in user? The application maintain their own user list and they are not Windows accounts. If I am using SQL Server from my web application, and SQL server uses 1 windows account, how many CAL do I need for my web application to run on the internet?
9
3315
by: cj | last post by:
I'm trying to forge ahead with Visual Basic .Net but recently I've suffered several major set backs in demonstrating VB is the future and we should move from Visual FoxPro. I really need to find help on this is. My current problem is I've got to display some Visual FoxPro data from stand alone tables in a datagrid (Widows App). The main table is 50 meg with 540,000+ records. 1 of the others joined to it is 11 meg and the other 2 are...
2
4996
by: cipher | last post by:
I have a .NET web service running on IIS. The client is a Java applet. The client calls a method on the server every few seconds. When running the client in IE 6, it gradually uses up all available IIS connections (limit is set to 10, but have tried it at 40 with same results) resulting in a 403 Access Forbidden exception. When I run the client in appletviewer, it never uses more than 1 connection and runs perfectly. Is there a way to...
1
11070
by: Alex Maghen | last post by:
I'm getting the error "HTTP Error 403.1 - Forbidden: Execute access is denied" when I try to reach my ASPX pages. Before I go giving Windows permissions to my docroot, etc., I want to understand what users or, preferably, groups, need to have what permissions for basic operation of ASP.NET 2.0. And specifically WHAT permissions should I give these users?
6
6256
by: Doug Ferguson | last post by:
I am using a webservice client that was created from a WSDL file in .Net 1.1. The client ALWAYS works the first time I call it. The second call returns one of two exceptions. It either returns the error: A) The connection has been closed on a receive : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
10
409
by: Les Desser | last post by:
In article <fcebdacd-2bd8-4d07-93a8-8b69d3452f3e@s50g2000hsb.googlegroups.com>, The Frog <Mr.Frog.to.you@googlemail.comMon, 14 Apr 2008 00:45:10 writes Thank you for that. It was very clear and I actually understand it!
0
8347
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
8275
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
8792
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...
0
8571
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6157
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4143
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...
1
2696
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
1
1905
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.