I have an application which hosts a local website with the Microsoft.Owin.StaticFiles namespace. Using http://localhost:*port*/ form local computer works totally fine. Unfortunately when trying to connect with http://*localip*:*port*/ it shows me a "HTTP Error 503". I am aware that using a wildcard domain like "http://*:25874/" is possible to solve this issue but this requires admin privileges which is not an option for my case.
I am wondering if there is a workaround for this issue by using for example host header rewrites or different techniques.
Hope that somebody here can help me with this. Thank you very much in advance.