Browse by Tags

Unable to launch the ASP.NET Development Server because port 'n' is in use.
Mon, Mar 30 2009 1:48 PM
I had a problem today. My ASP.NET Development server wouldn’t start because the specified port was already in use. The port number was 50678, so it wasn’t very likely that it actually was in use. But I decided to check anyway. But as expected ‘netstat –a’ gave me no results for port 50678. Restarting VS or my PC didn’t help…. It had to be some sort of firewall... Read More...