懶的移除重新安裝的方法就是下指令
開始 搜尋 「powershell」 ,請右鍵請選擇「以系統管理員執行」
再輸入指令如下:
dism /online /enable-feature /all /featurename:IIS-ASPNET45
【IIS】Windows 10 在 iis 上 重新安裝 Framework
如圖下:
尋找 powershell 右鍵 管理員執行 |
powershell 下指令
|
<
rewrite
>
<
outboundRules
>
<
rule
name
=
"Strip Headers"
>
<
match
serverVariable
=
"RESPONSE_SERVER"
pattern
=
".*"
/>
<
action
type
=
"Rewrite"
value
=
"MyServer"
replace
=
"true"
/>
<
conditions
>
</
conditions
>
</
rule
>
</
outboundRules
>
</
rewrite
>
點我可以放大 |
點我可以放大 |
IIS 4.0 | IIS 5.0 | IIS 5.1 | IIS 6.0 | |
---|---|---|---|---|
平台 | Windows NT 4.0 | Windows 2000 | Windows XP Professional | Windows Server 2003 系列 |
架構 | 32 位元 | 32 位元 | 32 位元及 64 位元 | 32 位元及 64 位元 |
應用程式處理序模組 | TCP/IP 核心程式 MTX.exe | TCP/IP 核心程式 DLLhost.exe (中或高應用程式隔離中的多 DLL 主機) | TCP/IP 核心程式 DLLhost.exe (中或高應用程式隔離中的多 DLL 主機) | HTTP.sys 核心 當 IIS 在 IIS 5.0 隔離模式中執行時:Inetinfo.exe (若為同處理序應用程式) 或 DLLhost.exe (若為跨處理序應用程式) 當 IIS 執行於Worker Process Isolation Mode時:W3wp.exe (多重工作者處理序) |
Metabase 設定 | Binary | Binary | Binary | XML |
安全性 | Windows 驗證 SSL | Windows 驗證 SSL Kerberos | Windows 驗證 SSL Kerberos 安全性精靈 | Windows 驗證 SSL Kerberos 安全性精靈 密碼支援 |
遠端管理 | HTMLA | HTMLA | 無 HTMLA Terminal Services | 遠端系統管理工具 (HTML) Terminal Services |
叢集支援 | 在 Windows NT 4.0 中 | IIS 叢集 | Windows 支援 | Windows 支援 |
WWW 服務 | Windows NT4.0 上的 IIS | Windows 9x 上的 Personal Web 管理員 Windows 2000 上的 IIS | (選擇性) Windows XP Professional 上的 IIS | Windows Server 2003 系列成員上的 IIS |