BTSNTSvc64.exe.config 文件中的

本文关键字:remoting runtime syste system BTSNTSvc64 config 文件 exe | 更新日期: 2023-09-27 18:33:17

谁能告诉我应该在什么下

<system.runtime.remoting> BTSNTSvc64.exe.config 文件中

BTSNTSvc64.exe.config 文件中的 <system.runtime.remoting> </syste

http://msdn.microsoft.com/en-us/library/aa560795.aspx

<system.runtime.remoting>
    <channelSinkProviders>
        <serverProviders>
            <provider id="sspi" type="Microsoft.BizTalk.XLANGs.BTXEngine.SecurityServerChannelSinkProvider,Microsoft.XLANGs.BizTalk.Engine" securityPackage="ntlm" authenticationLevel="packetPrivacy" />
        </serverProviders>
    </channelSinkProviders>
    <application>
        <channels>
            <channel ref="tcp" port="0" name="">
            <serverProviders>
                <provider ref="sspi" />
                    <formatter ref="binary" typeFilterLevel="Full"/>
                </serverProviders>
            </channel>
        </channels>
    </application>
</system.runtime.remoting>