Open a command prompt with admin privilege.
use netsh http to be able to edit HTTP.sys
using following command can add a new address
netsh http add urlacl url=https://localhost:8734/Design_Time_Addresses/ user=userName
My notes
Open a command prompt with admin privilege.
use netsh http to be able to edit HTTP.sys
using following command can add a new address
netsh http add urlacl url=https://localhost:8734/Design_Time_Addresses/ user=userName