BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Feature: Enhanced control of AppDomains (v5.6) #393

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

It has long been possible to instruct BizTalk to load your application's assemblies into a separate .NET AppDomain that does not interact with any other running BizTalk apps. The Deployment Framework has supported automatic configuration of that feature for many years, but did not expose one of the most important settings -- an AppDomain-specific .NET configuration file path. Need to configure Enterprise Library or store custom settings for a single app without modifying BTSNTSvc.exe.config? This feature is for you.

Add a new BizTalkAppDomain ItemGroup that allows one or more AppDomains to be configured for an app, and exposes explicit and regex-based assembly name assignment into those AppDomains. Also expose several of the most useful properties of the AppDomainSetup class including ConfigurationFilePath and ApplicationBase.

This work item was migrated from CodePlex

CodePlex work item ID: '10986' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@8/22/2015] Resolved with changeset 77157.