配置IIS Express 7.5以允许外部访问
默认配置文件位于:[我的文档]\IISExpress\config\applicationhost.config
修改站点地址如:
<binding protocol="http" bindingInformation="*:[端口号]:[计算机名或外部IP地址]" />
默认配置文件位于:[我的文档]\IISExpress\config\applicationhost.config
修改站点地址如:
<binding protocol="http" bindingInformation="*:[端口号]:[计算机名或外部IP地址]" />