I have a TCP socket programming code which runs in WebApi 2.0 , I created a socket pool which has collection of connected sockets to Remote host.. I have also implemented a polling mechanism with Remote TCP host
When I run it from my workstation ( PC ) via Visual Studio , Socket pool is always open and Polling continues with no issues
But when I host it in Server 2012 in IIS, it stops exactly after an hour. I don't know how to start debugging or how to check the differences in behavior. Any help is very much appreciated.
Thanks