473,385 Members | 1,606 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,385 software developers and data experts.

HTTP 403 Forbidden

Hello All,

I'm using VS2003.NET Framework 1.1 with Microsoft Application Center
Test. I am doing stress testing on a webservice. The method of the
webservice has the following code.
[WebMethod(MessageName="Connect", Description="Connects to the
session.")]
public Guid Connect()
{
return Guid.NewGuid();
}
The problem is that when the simutaenous browser connection is greater
than 10 I get the HTTP 403 Forbidden error.

Does anyone know why this is happening?

Nov 17 '05 #1
1 3598
mdb
"BuddyWork" <dh*****@bankofny.com> wrote in news:1115643545.647786.26300
@f14g2000cwb.googlegroups.com:
Hello All,

I'm using VS2003.NET Framework 1.1 with Microsoft Application Center
Test. I am doing stress testing on a webservice. The method of the
webservice has the following code.
[WebMethod(MessageName="Connect", Description="Connects to the
session.")]
public Guid Connect()
{
return Guid.NewGuid();
}
The problem is that when the simutaenous browser connection is greater
than 10 I get the HTTP 403 Forbidden error.

Does anyone know why this is happening?


What operating system is this running on? It sounds like you might be
hitting the Microsoft-imposed limits on their "client" operating systems
Win2k/WinXP. (I'm not sure of the exact details.) Try running your
service on Win2k Server or Win2003 Server and see if it makes any
difference.

-mdb
Nov 17 '05 #2

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

Similar topics

0
by: Layne L via DotNetMonster.com | last post by:
Trying to install a .NET application on a Windows 2003 Server ( .NET v1.1) and for any . aspx file get the following error: 403.1 Forbidden: Execute Access Forbidden The application has...
4
by: Ollie | last post by:
I have wrriten a reverse proxy for a client of mine, this reverse proxy takes the url takes it attempt to access a *.XXXX and returns the the contents of an aspx web page from another internal...
3
by: David Hunt | last post by:
I'm confused. On my development box (XP Pro/SP2), I manually created a new Web application (under the default Web site) and got everything working great (this was a few weeks ago). Today I...
2
by: edsuslen | last post by:
I am migrating working code (HTTPRequest with Authentication) from vb to vb.net vb: Set objXMLHTTPServer = New MSXML2.XMLHTTP30 objXMLHTTPServer.Open strMethod, strGetRequest, False, "UserId",...
2
by: Edward Low | last post by:
Hi all, When creating a virtual directory in IIS 5.0 win xp Pro with the name like "abc.com", an error HTTP 403.1 Forbidden: Execute Access Forbidden will return when accessing the web page. But,...
0
by: Geoff Murley | last post by:
I am trying to test a simple Web Service and when I invoke a Web Method that returns a Dataset I get: Path 'POST' is forbidden. Description: An unhandled exception occurred during the...
1
by: PK9 | last post by:
I am receiving the following error in Visual Studio 2003: "the web server reported the following error when attempting to create or open the web project HTTP/1.1 403 Access Forbidden" I am...
5
by: =?Utf-8?B?YWhtYWQ=?= | last post by:
i use WebRequest to read response from the URL i request. the HTML returned contain an HTML buttons which do post back to server, after many time "HTTP 403.9 - Access Forbidden: Too many users...
0
by: karlag92 | last post by:
Using C# .Net V 1.1.4322, I am attempting to call some web services that will ONLY be consumed by our Winforms client application. I have my web service security working from the browser by...
1
by: ruthsheela81 | last post by:
Hi Pals! I'm Get The Following Error While Try To Open New Web Application In .net The Web Server Reported Following Error While Attempting To Create Or Open The Web Project Located In The Url:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
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,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.