IIS 架設
安裝IIS
Windows系統/控制台/程式和功能/開啟或關閉Windows 功能/Internet information Services/勾選Web管理工具及World Wide Web 服務

Windows7 IIS7特別設定
IIS7 沒有註冊.netFramework 4.0執行程式, 所以需在Dos模式下進行註冊
cd \Windows\Microsoft.NET\Framework64\v4.0.30319
aspnet_regiis -i
Windows系統/控制台/程式和功能/開啟或關閉Windows 功能/Internet information Services/勾選Web管理工具及World Wide Web 服務

IIS7 沒有註冊.netFramework 4.0執行程式, 所以需在Dos模式下進行註冊
cd \Windows\Microsoft.NET\Framework64\v4.0.30319
aspnet_regiis -i
