Sorry to hear the Machine.config edit didn't work. Amazing
how the obvious setting change doesn't work all the time.
Well, the only other thing I can think of is the
limitation in the WinInet library that the .Net Framework
may be using for client HTTP connections. Here is a
knowledge base article for your review.
http://support.microsoft.com/default...id=kb%3Ben-us%
3B183110
Good luck.
[color=blue]
>-----Original Message-----
>Nope, this didn't seem to have any effect. Any other[/color]
ideas?[color=blue]
>
>Thanks,
>Steve
>
>"Cole Breidenbach" <cybreid2000@yahoo.com> wrote in[/color]
message[color=blue]
>news:0ac501c394f4$18998070$a001280a@phx.gbl...[color=green]
>> Have you tried editing your machine's Machine.config
>> settings? In the system.net node under
>> connectionManagement there is a maxconnection attribute.
>> The default is set to 2. Try increasing the number and[/color][/color]
see[color=blue][color=green]
>> that fixes the problem.[color=darkred]
>> >-----Original Message-----
>> >How can I exceed the number of persistent connections[/color]
>> allowed on a[color=darkred]
>> >ServicePoint(which is 2 connections)? I believe this is[/color]
>> the cause of the[color=darkred]
>> >problems with my thread from earlier titled "Unable to[/color]
>> write data to the[color=darkred]
>> >transport connection & Timeout". After looking at the[/color]
>> database, it appears[color=darkred]
>> >there are time overlaps(from when a connection goes out[/color]
>> to when it comes[color=darkred]
>> >back), and during these overlaps is when I receive the[/color]
>> timeout messages.[color=darkred]
>> >
>> >I have tried setting[/color]
>> ServicePointManager.DefaultConnectionLimit to a higher[color=darkred]
>> >value, but that seems to have no effect. If there is no[/color]
>> way to raise the[color=darkred]
>> >limit, how can I work around it? This is increasingly[/color]
>> becoming a problem as[color=darkred]
>> >the site grows and there is more and more traffic.
>> >
>> >Thanks,
>> >Steve
>> >
>> >
>> >.
>> >[/color][/color]
>
>
>.
>[/color]