When I used IIS, I could simply go to the Site Bindings dialog, put in a Host Name, then add that host name to my local hosts file / DNS server.
In core 2.0, I can use httpsys to add many site parameters, but when I try to use the UrlPrefixes.Add option, example:
options.UrlPrefixes.Add("http://mypage:5000")
I get "access is denied".
Does anyone know how to get url bindings working with 2.0 + kestrel and httpsys?