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: Allow bypass of AppPool identity configuration #275

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

In the ConfigureAppPool MSBuild task, add a condition for empty $(VDIR_UserPass) to skip execution of the task. This will allow someone with an existing AppPool to skip the identity configuration.

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[UnknownUser@5/4/2013] Resolved with changeset 72724: Add support for IIS 8 and pre-configured AppPools; drop legacy VDirList.txt; refactor DeployVDirs target (#10067, 10082)

tfabraham commented 6 years ago

[UnknownUser@5/16/2013]