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.
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.