c# - How to Configure owin/Katana to listen on all host ip addresses -
How to configure an OWin Web server to be accessible from other hosts All examples for local instances are configured Do not know what the URL is (IP address / hostname)
code: You have your URL '*': This will be less restrictive than the local host.
class program {static string url = "http: / / / Localhost: 9080 "; Fixed Zero main (string [] args) {(WebApp.start>
= "post-text" itemprop = "text">
static string url = "http : // *: 9080 ";
Comments
Post a Comment