Unable to launch the ASP.NET Development server because port ‘1900’ is in use
Simply end all Webdev.WebServer.exe processes – did the trick for me. Occasionally this ‘unable to launch because port is in use’ error happens when one of the visual studio processes (webdev.webserver.exe) is still running and locked. The webdev.webserver process(s) should end when you close your browser or app but if they dont (for instance my … Read more