I have an Asp.Net Owin Self Hosted WebApi application. The application can be installed as a windows service in production environment.
Currently I'm running and accessing the service via url http://localhost:8000 successfully.
Now I want to map the service to a domain to access it from public network. I have a registered domain and have control over it. Ex: www.myservice.com
How can I point the domain to WebApi service for a Self Hosted Application?