We have a server that is using SOAP and the HTTPChannel. When I access the server from .NET I seen hundreds of TCP/IP connections which go into TIME_WAIT. We have the server set to share the socket but for some reason it is still creating hundreds of connections when we poll in a loop. Our .NET server does not do this?
Any ideas on what would cause this or what property on the Server or Channel I need to set to prevent tons of connections. I would think sharing a connection would be easy to fix. Just can’t find a way to prevent and it causes delays in communications after 2 minutes.