Hello everyone,
I am able to run my aps.net 5 Site on IIs on Windows Server 2012, with the following project.json Settings:
"commands" : {
"web":"Microsoft.AspNet.Server.Kestrel",
"ef":"EntityFramework.Commands"
},
How would I change that so that it listens on www.xxxxx.com my registered Domain. What Do I have to change in Project.json?
I would appreciate any help greatly! Kindest Blessings