I'm trying to set-up Hadouken for remote access. I already found a topic here in the support forum. I set the binding to +, saved the configuration and restarted the Hadouken service. However, after that the webserver doesn't come online anymore and if I look in the logging I find the following error:
2014-10-06 08:53:36.677 +02:00 [Error] Failed to start HTTP server.
Nancy.Hosting.Self.AutomaticUrlReservationCreationFailureException: The Nancy self host was unable to start, as no namespace reservation existed for the provided url(s).
Please either enable UrlReservations.CreateAutomatically on the HostConfiguration provided to
the NancyHost, or create the reservations manually with the (elevated) command(s):
netsh http add urlacl url=http://+:7890/ user=Everyone
at Nancy.Hosting.Self.NancyHost.StartListener()
at Nancy.Hosting.Self.NancyHost.Start()
at Hadouken.Core.Http.HttpServer.Start()