I was trying to do a performance test of a .NET Web
Service running on XP Pro's IIS 5.1 and I started to get
an exception (...WebException...Access Forbidden...) when
I run more than 10 client threads concurrently.
I just realise the problem (which I suspect to be) when I
read one of the previous posts from MS MVP mentioning
that XP Pro's IIS 5.1 is limited in terms of connections.
So, does this mean that XP Pro's IIS 5.1 can only accept
up to 10 concurrent requests only?
If my point is right, how do I go around solving this
problem in order to run my test with more than 10
concurrent client requests in XP Pro?
Any help would be greatly appreciated.
Thanks.
Jimmy