.net站点增加局域网访问

applicationhost.config配置文件中增加如下
<binding protocol="http" bindingInformation="*:55576:192.168.31.93" />

运行管理员cmd
netsh http add urlacl url=http://192.168.31.93:55576/ user=Everyone

posted @ 2022-01-12 14:09  量子纠缠的爱  阅读(186)  评论(0)    收藏  举报