Skip to main content

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"