- 只能藉由 localhost,不能透過真實的主機名稱訪問。
- 埠號小於 1024 時,必須以系統管理權限啟動。
- 請參考 http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx 的附錄 Z,以系統管理權限在命令列執行「C:\Program Files (x86)\IIS Express>IisExpressAdminCmd.exe setupFriendlyHostnameUrl -url:http://myHostName:80/」。
- 在 applicationHost.config 新增相關的 binding。
[2018/08/27] 為了找到正確的 applicationHost.config,還得花一番工夫,所以再補充一下:
- system tray > Show All Applications > Config
- change bindingInformation from *:80:localhost to *:80:
沒有留言:
張貼留言