With 64-bit machines we now have to config files BTNTSvc.exe.config and BTNTSvc64.exe.config.
However, only the BTNTSvc.exe.config contains this:
<AppDomainSpecs> <AppDomainSpec Name="TFBIC.RCT.BizTalk_1.0" SecondsIdleBeforeShutdown="-1" SecondsEmptyBeforeShutdown="-1"> <BaseSetup> <DisallowPublisherPolicy>false</DisallowPublisherPolicy> <DisallowBindingRedirects>false</DisallowBindingRedirects> <DisallowCodeDownload>false</DisallowCodeDownload> <DisallowApplicationBaseProbing>false</DisallowApplicationBaseProbing> <LoaderOptimization>NotSpecified</LoaderOptimization> <SandboxInterop>false</SandboxInterop> </BaseSetup> </AppDomainSpec>
If I want to set the SecondsIdleBeforeShutdown to -1, would that configuration also need to be copied to the BTNTSvc64.exe.config (which doesn't have any AppDomainSpec elements in it).
Neal
I checked my QA system, and neither config file had my AppDomain in it. Any idea what adds the AppDomain to the config? Neal