The thing is that IIS cache the connections.
> From a C# application I'm calling a webservice asynchronously. I
> noticed with TCPView that the connection is kept open even after
[quoted text clipped - 6 lines]
> Thanks.
> Andrea
Thanks for your reply.
I'm doing the tests with my provider webserver.
I would like the connection to be closed after checking for updates.
My customers look with suspicion the presence of an open connection
for all the time my application is working.
How can I close it?
Thanks.
>The thing is that IIS cache the connections.
Mariano Omar Rodriguez - 17 Jan 2007 22:53 GMT
I suppose that you could send the HTTP header "Connection" with the value
"Close" to do this.
> Thanks for your reply.
> I'm doing the tests with my provider webserver.
[quoted text clipped - 6 lines]
>
>>The thing is that IIS cache the connections.