A
Anthony Frayling
Hi, I have created a simple ASP.NET web service that I am testing with a
Windows Form-based .NET application. The client application can make several
(14 or 15) requests but then fails, generating the exception:
The request failed with HTTP status 403: Access Forbidden.
Leaving the application quiet for a few mintues allows the requests to
succeed again.
There is no authentication involved - just a simple web service and a couple
of simple web requests.
It looks like some resource limit is being reached but after a while being
freed up again. What can this be? Any ideas?
Thanks for any help.
Windows Form-based .NET application. The client application can make several
(14 or 15) requests but then fails, generating the exception:
The request failed with HTTP status 403: Access Forbidden.
Leaving the application quiet for a few mintues allows the requests to
succeed again.
There is no authentication involved - just a simple web service and a couple
of simple web requests.
It looks like some resource limit is being reached but after a while being
freed up again. What can this be? Any ideas?
Thanks for any help.