共用方式為


瞭解 EdgeTransport.exe.config 檔案

 

適用版本: Exchange Server 2010 SP2, Exchange Server 2010 SP3

上次修改主題的時間: 2009-11-09

EdgeTransport.exe.config 檔案是與 EdgeTransport.exe 檔案關聯的 XML 應用程式組態檔。根據預設,這個檔案位於 C:\Program Files\Microsoft\Exchange Server\V14\Bin 目錄中。

EdgeTransport.exe 及 MSExchangeTransport.exe 是 MicrosoftExchange Transport 服務所使用的執行檔。每個集線傳輸伺服器或邊際傳輸伺服器上都會執行這個服務。重新啟動 Microsoft Exchange Transport 服務之後,儲存至 EdgeTransport.exe.config 檔案的變更就會生效。如果符合下列任一條件,則會強制使用預設值:

  • 組態選項遺失。

  • 組態選項存在,並含有預設值。

下列範例顯示 EdgeTransport.exe.config 檔案的一般結構:

<configuration>

<runtime>

<gcServer enabled="true" />

</runtime>

<appSettings>

<add key=" 組態選項 " value=" " />

...

</appSettings>

</configuration>

您可以在 <appSettings> 區段加入新的組態選項或修改現有的組態選項。

注意事項附註:
<add key=../> 區段中的參數名稱會區分大小寫。

 © 2010 Microsoft Corporation. 著作權所有,並保留一切權利。