I have upgraded the Octopus server from version 2.0 to 2.4 recently. It manages to install the server but keeps crashing with the following error:-
System.Exception: The HTTP server could not start because namespace reservations have not been made. Ensure that the current user has access to listen on these prefixes by running the following command(s):
netsh http add urlacl url=http://+:8081/octopus/ user=test\SYSTEM
netsh http add urlacl url=http://+:8081/octopus/ user=test\SYSTEM
Tried un-installing and installing again.