HttpListener.Start() 會出現HttpListenerException, 顯示拒絕訪問
一般是因為有些計算機賬戶是沒有許可權建立 HttpListener服務, 但是可以註冊一些規則,讓這些使用者執行在非管理員狀態下。參照
https://msdn.microsoft.com/en-us/library/ms733768.aspx
netsh http add urlacl url=http://+:80/user=DOMAIN\user
HttpListener.Start() 會出現HttpListenerException, 顯示拒絕訪問
一般是因為有些計算機賬戶是沒有許可權建立 HttpListener服務, 但是可以註冊一些規則,讓這些使用者執行在非管理員狀態下。參照
https://msdn.microsoft.com/en-us/library/ms733768.aspx
netsh http add urlacl url=http://+:80/user=DOMAIN\user