I am currently creating a prototype CI setup using OctopusDeploy and TeamCity, and have reached the stage of installing and configuring OctopusDeploy on the CI server.
Everything appeared to go smoothly (had to run some command line stuff that went fine), and the service appears to be running along with the website. Only problem is that the website doesn’t respond at all (http://localhost:9100). Any URL beyond the base one returns a 404 (could be legitimate or not, I don’t know the site paths). I originally assumed this was an authentication issue (using username and password authentication), but turning off anonymous authentication just results in an access denied, and I’ve had no better luck at trying to use windows authentication (I don’t want to use that anyway).
I’ve been searching through these forums, stack-overflow, etc with no luck at finding any reported cases of the same problem. Any suggestions as to what might be going wrong would be appreciated. I’d also be happy if I could even get suggestions on how to confirm that the Octopus service, etc are working so I can at least narrow my fixing efforts on the website itself.