Internet Information Server
出自ProgWiki
IIS(Internet Information Server),參照:『維基百科~Internet_Information_Server』。
目錄 |
IIS版本
| IIS版本 | Wondows版本 | 備註 |
|---|---|---|
| IIS 1.0 | Windows NT 3.51 Service Pack 3 | |
| IIS 2.0 | Windows NT 4.0 | |
| IIS 3.0 | Windows NT 4.0 Service Pack 3 | 開始支援ASP的執行環境 |
| IIS 4.0 | Windows NT 4.0 Option Pack | 支援ASP 3.0 |
| IIS 5.0 | Windows 2000 | 在安裝相關版本的.NetFrameWork的RunTime之後, 可支援ASP.NET 1.0/1.1/2.0的執行環境 |
| IIS 5.1 | Windows XP Professional | |
| IIS 6.0 | Windows Server 2003 Windows Vista Home Premium Windows XP Professional x64 Edition | |
| IIS 7.0 | Windows Vista Windows Server 2008 | |
| IIS 7.5 | Windows 7 Windows Server 2008 R2 |
IIS Express 7.5
- 必須透過Microsoft Web Platform Installer進行安裝
- 適用於Windows 7、Windows Vista、Windows Vista SP1、Windows XP SP2+、Windows Server 2003 SP1+、Windows Server 2008、Windows Server 2008 R2。
技術文件
- TechNet IIS Resources
- 其他
安裝
- (臨時找不到原來的Windows光碟嗎?)
相關外掛
- Downloads : The Official Microsoft IIS Site
- Administration Pack
- Advanced Logging
- Application Request Routing(負載平衡用)
- Bit Rate Throttling
- Database Manager(管理SQL Server用的網頁版介面)
- Dynamic IP Restrictions
- FastCGI for IIS 6(提高CGI在IIS 5.1/6的執行效能)
- FrontPage 2002 Server Extensions for IIS 7.0
- FTP Publishing Service(IIS 7.0的FTP)
- IIS Manager for Remote Administration(遠端管理IIS)
- Live Smooth Streaming
- Search Engine Optimization Toolkit(IIS 7.0用的SEO套件)
- Smooth Streaming
- URL Rewrite Module(隱藏真實的URL用)
- UrlScan
- Web Deployment Tool(發佈同樣的檔案發佈到一組伺服器上)
- Web Platform Installer(安裝IIS 7.0)
- Web Playlists(媒體串流播放清單相關)
- WebDAV Extension(IIS 7.0用的,其他版本的IIS則請用Windows光碟安裝)
- Windows Cache Extension for PHP(IIS 7.0用的,提高PHP的執行效能)
- Windows Media Services(IIS 7.0用的媒體串流服務,其他版本的IIS則請用Windows光碟安裝)
- Windows PowerShell Snap-In(IIS 7.0用的)
其他
- ISAPI_Rewrite(隱藏真實的URL用)
- Log Parser
- 簡介
- Visual Log Parser(GUI工具)
- URLScan
- Web Page Error Toolkit
FAQ
ASP.NET的網站拒絕匿名讀取
- 先用IIS管理員,或在桌面的【我的電腦】滑鼠右鍵【管理】
- 在網站或虛擬目錄上,滑鼠右鍵【內容】
- 【目錄安全設定】的
- 【驗證及存取控制】的【啟用匿名存取】與【整合式Windows驗證】這兩個勾選
- 【ASP.NET】的【編輯組態】
- 【授權】,如果【繼承的授權規則】有(類型:Deny, 使用者: ?)的話,需另外加上【本機授權規則】〈類型:允許, 特定動作: GET, 匿名使用者〉
- 【驗證】,【驗證模式】改成 none
- 【目錄安全設定】的
- 相關:ASP.NET 授權
如何將網站的Log紀錄寫到SQL Server?
- 使用ODBC,並使用 %Windir%\System32\Inetsrv\Logtemp.sql 建立你輸出Log用的資料表
如何將網站的Log紀錄不緩衝直接寫入到紀錄檔?
如何啟用頁面壓縮功能?
Visual Web Developer無法開啟網站
- 未安裝FrontPage Server Extensions,將使Visual Web Developer 2010 Express無法開啟非預設的網站(Default Web Site),此外掛須在Administrator帳號下安裝,不然無法正常工作