having some local active connections that using IIS application pool's website that host local application using local ip: 192.168.0.xxx/default.aspx
since connections to server maybe limit to 3 users in this case, any forth upcoming opening connections towards local server may be denied ,
have tried using 'netstat' to terminate PID , but access denied
since closing the applications to allow ending the connections, but the server still shows active connections running (which occupied the 3 users limit bandwidth)
how to refresh server's client to server connections OR end the inactive connections