安裝 AppFabric 時的考量事項
開始安裝之前,請先考量下列事項。
資訊安全模型
Windows Server AppFabric 資訊安全模型與 Windows、IIS 及 SQL Server 資訊安全模型整合。您必須先了解這些模型再開始安裝。
遠端管理
若要從遠端管理 AppFabric,請使用「IIS 管理員」遠端功能來管理 AppFabric 主控功能,並使用 Windows PowerShell 遠端功能來管理 AppFabric 快取功能。在用戶端作業系統中,您必須安裝管理主控台。如需詳細資訊,請參閱 IIS Manager for Remote Administration (32 位元) (https://go.microsoft.com/fwlink/?LinkId=178523) (可能為英文網頁) 或 IIS Manager for Remote Administration (64 位元) (https://go.microsoft.com/fwlink/?LinkId=178524) (可能為英文網頁)。
安裝與組態問題
如果 ApplicationHost.config 檔案中遺漏 serviceAutoStartProvider 元素,AppFabric 安裝將會失敗
您可以將 serviceAutoStartProvider 元素新增到 ApplicationHost.config 檔案的應用程式節點,以解決此問題。新增下列元素 (如果該元素不存在):
<configuration>
<system.applicationHost>
<serviceAutoStartProviders/>
也請建立下列區段。這是在 ApplicationHost.config 檔案的不同位置。
<ConfigSections>
<SectionGroup name=”blah”>
<section name="serviceAutoStartProviders" allowDefinition="AppHostOnly"
overrideModeDefault="Deny" />”
2011-12-05