asp.net self host and urlacl(解決UnHandledException Message:拒絕訪問的問題)

命令提示符(管理員權限)須要添加的代碼:asp.net

netsh http add urlacl url=http://*:9999/ user=Everyone listen=yes

其中:url

url:代碼中的url(如asp.net selfhost裏的WebApp.Start<Startup>("http://*:9999")代碼);
user:賦予權限的用戶組;spa

查看操做系統中已經存在的保留項:操作系統

netsh http show urlacl

刪除操做系統中已存在的保留項:.net

netsh http delete urlacl url=http://*:9999/

相關地址:code

https://stackoverflow.com/questions/16642651/self-hosted-owin-and-urlaclblog

相關文章
相關標籤/搜索