Unable to launch the IIS Express Web server, Failed to register URL, Access is denied

Some web projects are causing me problems while others work fine. I decided to focus on one of the problematic ones. I’m using Visual Studio 2013 on Windows 7. I think I’m running it as administrator, the window title says PROJECT NAME – Microsoft Visual Studio (Administrator). When I try to run the project I … Read more

How do I change the default port (9000) that Play uses when I execute the “run” command?

How can I change the default port used by the play framework in development mode when issueing the “run” command on the play console. This is for playframework 2.0 beta. Using the http.port configuration parameter either on the command line or in the application.conf seems to have no effect: C:\dev\prototype\activiti-preso>play run –http.port=8080 [info] Loading project … Read more