.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > Server keep alive property
 

Server keep alive property

Hi all,

I'm consuming a webservice on my Pc. In fact the client is a mobile that use Http connection and soap to call the web service.

the mobile call the webservice something like 8 times, and throws cann't make that after 8 times.

If I turn off the mobile, the problem still exsist, so I thought that the problem isn't with the mobile, but the server.

I read that if the IIS server is configured with keep alive state it may make the problem.

Is it right, how can modify the server communication aliveness.

Please help...

Best regards...

Wasim

You can set the KeepAlive to false on the WebService.
Then set a client side timeout to less that what the server side timeout is

Durgaprasad Gorti

You can set the KeepAlive to false on the WebService.
Then set a client side timeout to less that what the server side timeout is

Durgaprasad Gorti

You can use google to search for other answers

Custom Search

More Threads

• .NET HttpListener has a limit of 2 concurrent requests handled at a time per process, How can I increase it ?
• SQl 2005 Reporting Services - Need help!!! -- SORRY POST THIS IN THE WRONG FORUM
• FtpWebRequest ListDirectory method generates exception when no files available.
• Problems with Sockets on Windows Server 2003
• application not closing due to thread
• Application calling another after that not working...
• Programming using WinSNMP API
• socket.beginRecieve problems
• UDP Socket listening, how to listen more than 1 socket at same port?
• Network Events to trigger actions in MSIE