.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
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