开发者

netsh http add urlacl via Group Policy (GPO)

开发者 https://www.devze.com 2023-04-07 04:29 出处:网络
I have self-hosted WCF application that needs to listen on a URL on port 80.In order to do this, I need to add an entry to the HTTP.sys url list for a given user.

I have self-hosted WCF application that needs to listen on a URL on port 80. In order to do this, I need to add an entry to the HTTP.sys url list for a given user.

I can do this with netsh http add urlacl or calling a Win32 API directly (http://stackoverflow.com/questions/6851161/net-or-win32-equivalent-of-netsh-http-add-urlacl-command). Neither of these are really desirable, as both require administrative rights and are specific to a particular user.

Is there an e开发者_JAVA技巧quivalent group policy setting to configure HTTP or some other way to centrally configure this?


In manual (netsh http add urlacl gives you more info) user parameter is said to be the user or user-group name.

0

精彩评论

暂无评论...
验证码 换一张
取 消