refresh or end inactive local client connections

steven c 1 Reputation point
2021-09-13T08:55:35.45+00:00

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

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,162 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,125 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2021-09-13T18:50:00.063+00:00

    Hello @steven c

    As far I know it can be killed via IISRESET command but it will end the active sessions as well.

    I would suggest you to configure timeout settings as per below Microsoft article. so that it will end after time value.

    https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/sitedefaults/limits

    If the reply was helpful, please don’t forget to upvote or accept as answer.

    1 person found this answer helpful.
    0 comments No comments