Web API self host – bind on all network interfaces
How do you make a Web API self host bind on all network interfaces?
How do you make a Web API self host bind on all network interfaces?
I’ve set up a web site using an Owin self hosted console app. I’m serving static files with no problem, the ‘root’ of the static part of the site works properly, and the web API routes work fine also.