顯示具有 IIS 標籤的文章。 顯示所有文章
顯示具有 IIS 標籤的文章。 顯示所有文章

IIS Express 相關設定

appcmd.exe 路徑

"C:\Program Files\IIS Express\appcmd.exe"

啟動WebSite

"C:\Program Files\IIS Express\iisexpress.exe" /site:DemoSite

列表WebSite

appcmd.exe list site

刪除WebSite

appcmd.exe delete site "WebSite"

設定WebSite對外IP

  1. 開啟 %homepath%\Documents\IISExpress\config\applicationhost.config
  2. 修改<binding protocol="http" bindingInformation="*:8080:192.168.1.10" />

ASP.NET 2.0 AJAX Extensions run in IIS7

  1. ASPAJAXExtSetup
  2. 取出System.Web.Extensions.Design.dll、System.Web.Extensions.dll
  3. 放入網站Bin資料夾

雙重逸出序列

錯誤摘要

HTTP 錯誤 404.11 - Not Found

要求篩選模組設定為拒絕包含雙重逸出序列的要求。


解法:
  1. 要求篩選
  2. 編輯功能設定...
  3. 勾選「允許雙重逸出」

設定 IIS 7 中的要求篩選

MIME (Multipurpose Internet Mail Extensions)

7z | application/x-7z-compressed
ts | video/mp2t
tp | video/mp2t
torrent | application/x-bittorrent
kml | application/vnd.google-earth.kml+xml

7z - Wikipedia, the free encyclopedia