Even after uninstalling windows service, port number remains still occupied -
i installing windows service , works fine.
now uninstalling same service. (to specific using installutil command installing uninstalling) service gets uninstalled when go command prompt , check status of port shows port still occupied. (using netstat command)
due when try delete folder containing service of dlls not getting deleted , on trying delete them forcefully message in user.
can guide on this.
use netstat -b determine executable occupying port, kill using task manager "show processes users" option enabled.
Comments
Post a Comment