I'm trying to host my ServiceStack service in a console host. I need the ability to launch my service without administrative privileges. But when I try to do this, I get an exception "Access is denied. An unhandled exception of type 'System.Net.HttpListenerException' occurred in ServiceStack.dll".
- There's seems to be a solution for Web API but I haven’t found such for ServiceStack.
- I tried to do this using restrict attributes with no success.
- I also tried solution from here, but this command requires user to have administrative privileges.
Is there any way to launch my ServiceStack self-hosted app without administrative privileges?