I\'ve deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I\'ve fired up dnx web and it is listening to port 5000 and works fine when accessing from
dnx web
If you use asp.net core 2.1+,modify config section in appsettings.json.
"Kestrel": { "EndPoints": { "Http": { "Url": "http://0.0.0.0:5002" } } },