I have created A simple website using OWIN and NancyFX as a learning experience. Now i want to make my website avaliable public or at least on my local network(i want to share my experience with my company team).
My question how to configure that:
- in case of using
Microsoft.Owin.Host.SystemWeb
as the Host and Server. - Or in case of using
OwinHost.exe
as host andMicrosoft.Owin.Host.HttpListener
as server.