C# , ASP.NET, MVC, SQL, Sharepoint, JQuery and nowt else from a Web Developer in Leeds
FIND the naughty process PID:
netstat -a -n -o | findstr *PORT_#_HERE*
KILL the naughty process:
taskkill /f /pid *PID_#_HERE*