sponte / Powershell.Deployment

Powershell scripts that automated component deployment. Supports windows services (srvany.exe, NServiceBus, TopShelf) and websites.
MIT License
15 stars 8 forks source link

CLOUD-537 - Added autoStart property checking #35

Closed margani closed 6 years ago

margani commented 6 years ago

This change checks for "autoStart" property (which is added to appPool tag in configuration.xml). if it is set to false it stops the created AppPool right after creating it, otherwise (even true or not set), the behavior is like before, so this change is backward compatible.