Ask a Question related to ASP.NET Web Services, Design and Development.
-
BuddyWork #1
HTTP Status-Code=503 (Service Unavailable)
Hello,
I'm doing a performance test and my test graudually
increases the connections to the webservice. Everything
works well until my connection hits around 350
connections. Then future connections gets the error HTTP
Status-Code=503 (Service Unavailable), basically after
the server is stressed.
Please help,
BuddyWork Guest
-
How can I set HTTP Status code 301 on redirecting toanother coldfusion page
I have an application that intercepts a 404 error and redirects to a new CF page. Currently, search engines and other robots only see the 404 error.... -
Accessing Web Service with HTTP status 407: Proxy Access Denied
Hello, I'm running an ASPX application "WebApplication1" which consumes a web service (service1.asmx) hosted on a machine with IP (128.1.7.x) .... -
RPC Unavailable using HTTP post request
I have a .NET web srvc which internally uses DCOM to connect a remote activex exe. This works fine from clients provided connctions are made via... -
#19113 [Com]: HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
ID: 19113 Comment by: arafuse at bcexplorers dot com Reported By: php_new at jdc dot parodius dot com Status: ... -
HTTP 503 (Service Unavailable) error when calling a webservice inside the network
Hello This problem has been driving me mad for the past few days. I am basically writing a generic utility in .NET/C# that can read any WSDL... -
BuddyWork #2
HTTP Status-Code=503 (Service Unavailable)
Hello,
I'm doing a stress test and my test graudually
increases the connections to the webservice. Everything
works well until my connection hits around 350
connections. The new connections gets the error HTTP
Status-Code=503 (Service Unavailable), basically after
the server goes to a halt.
I am using Windows 2000 Server with IIS 5.0, Framework 1.1.
BuddyWork Guest
-
Chad Z. Hower aka Kudzu #3
Re: HTTP Status-Code=503 (Service Unavailable)
"BuddyWork" <dhirani@bankofny.com> wrote in news:1115721510.631720.284760
@o13g2000cwo.googlegroups.com:This is probably IIS limiting the connections to prevent attacks. Are you> I'm doing a stress test and my test graudually
> increases the connections to the webservice. Everything
> works well until my connection hits around 350
> connections. The new connections gets the error HTTP
> Status-Code=503 (Service Unavailable), basically after
> the server goes to a halt.
>
> I am using Windows 2000 Server with IIS 5.0, Framework 1.1.
keeping the connections open? What tool are you using to test?
--
Chad Z. Hower (a.k.a. Kudzu) - [url]http://www.hower.org/Kudzu/[/url]
"Programming is an art form that fights back"
Blog: [url]http://blogs.atozed.com/kudzu[/url]
Chad Z. Hower aka Kudzu Guest
-
BuddyWork #4
Re: HTTP Status-Code=503 (Service Unavailable)
I am leaving the webservice connection open because I processing
messages after the connection has taken place. The I disconnect after
all the messages has been processed for that connection. Each
connection is basically an user.
I am using Microsoft Application Center Test for .NET which came with
VS2002.
BuddyWork Guest



Reply With Quote

