I have a server application that I install as a Windows service. I want to run two different versions of the same thing on the same server, they differ by the build I am on and the configuration. One being a beta version and the other being the live version. I can install two separate copies of the application on the server just fine but I can only start up on of them as a service at a time. Each service starts up fine if it is the only one. Any thoughts?
I am testing this on Windows 7 and on Server 2008.