HowTo Run DotNet Core App as Standalone
How to startup a net core application and specify the listening IP address and port:
exename.exe run --urls "http://192.168.1.110:6000"
How to startup a net core application and specify the listening IP address and port:
exename.exe run --urls "http://192.168.1.110:6000"
No Comments