Advertisement

04.23.2008 at 11:15AM PDT, ID: 23347714 | Points: 500
[x]
Attachment Details

HTTP 403.9 - Access Forbidden: Too many users are connected

Asked by sasha85 in Programming for ASP.NET, .Net Class Libraries, Web Services for .Net

I am trying to activate a web service that located on my computer. I am using the following code:

string url = "http://localhost/SomeService.asmx/Func?param1=1&param2=2
HttpWebRequest request = HttpWebRequest.Create(url);
WebResponse response = request.GetResponse();
StreamReader reader = new StreamReader(response.GetResponseStream());
Logging.WriteToLog(reader.ReadToEnd());

I also wrote an application that runs that code in loop and let my computer work for a few hours.

After a few hours my web services are down and when I am trying to go to http://localhost/SomeService.asmx I am getting this error:

HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services

What is wrong? How can I solve this problem?
Start Free Trial
 
Loading Advertisement...
 
[+][-]04.23.2008 at 11:58AM PDT, ID: 21424060

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.23.2008 at 12:25PM PDT, ID: 21424360

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.23.2008 at 12:55PM PDT, ID: 21424675

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.23.2008 at 12:59PM PDT, ID: 21424713

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.23.2008 at 02:34PM PDT, ID: 21425661

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628