|
Access Forbidden: Too many users are connected -- MilindChavan --
I have developed one web application in Asp.Net using VB.Net and installed on one site. Configuration of site computer is: Windows XP Pro IIS 6.0 MSDE 2000 Application is installed successfully on computer. Numbers of users are not more than 5 and IIS is having limit of 10 users. The problem is as follows: After browsing site gives error and page can not be displayed. And local host is also not working *HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services * * * After restarting IIS the problem get resolve temporarily. -- Milind R. Chavan Software Developer Nexeia Technologies Pvt. Ltd. Mumbai - 80 |
|
-- Nick --
It's not 10 users, it's 10 connections. A connection can be considered anything that calls a file from your web site including pictures, javascript, etc. |
|
-- MilindChavan --
HI Nick what is solution to this problem On 7/11/06, Nick <nberardi> wrote: It's not 10 users, it's 10 connections. A connection can be considered anything that calls a file from your web site including pictures, javascript, etc. > -- Milind R. Chavan Software Developer Nexeia Technologies Pvt. Ltd. Mumbai - 80 |
|
-- Nick --
The solution is not to use images or javascript. Or the long term solution is to move to a server that supports more than 10 connections. Maybe Apache + Mono + XPS if you are just running a small site. Or host your site on one of many cheap hosting solutions, my personal favorite is http://www.WebHost4Life.com/default.asp?refid=windowplanet .Either way let me know if you need any more help. |
|
-- MilindChavan --
Actually I installed my software on client side having configuration windows Xp Pro MSDE IIS 6.0 I don't need Web hosting as site is working on Intranet On 7/11/06, Nick <nberardi> wrote: The solution is not to use images or javascript. Or the long term solution is to move to a server that supports more than 10 connections. Maybe Apache + Mono + XPS if you are just running a small site. Or host your site on one of many cheap hosting solutions, my personal favorite is http://www.WebHost4Life.com/default.asp?refid=windowplanet .Either way let me know if you need any more help. > -- Milind R. Chavan Software Developer Nexeia Technologies Pvt. Ltd. Mumbai - 80 |