win10 visual studio IIS Express 區域網路調試,預設只能localhost

來源:互聯網
上載者:User

標籤:studio   add   form   eve   express   oca   cmd   管理   sum   

vs2015內建IISExpress預設只能localhost,這樣根本無法跨區域網路調試啊 win10/win7下vs2015內建IISExpress支援區域網路訪問 找到工程目錄下的設定檔,E:\projects\visual studio2015\XXprojectname\.vs\config 用記事本開啟applicationhost.config檔案,找到:  <bindings>     <binding protocol="http" bindingInformation="*:58975:localhost" /> </bindings> 在binding下邊添加一行,如:  <bindings>     <binding protocol="http" bindingInformation="*:58975:localhost" />    (不能刪)     <binding protocol="http" bindingInformation="*:58975:192.168.0.172" /><!-- 加入此行 --> </bindings> 添加完後儲存,然後重啟iisexpress,按照上述步驟,在win7作業系統下已經可以正常訪問,但是經測試win10下居然沒有反應,需要運行下邊的語句:開啟運行視窗,輸入CMD,enter,然後執行下邊的命令即可。  (管理員身份開啟)  netsh http add urlacl url=http://192.168.0.172:58975/ user=everyone  點擊調試就可以看到localhost與 192.168.0.172都開啟了服務。
  

win10 visual studio IIS Express 區域網路調試,預設只能localhost

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.