.NET Project Auto Start
There should be an option under:
Application Pool > Advanced Settings
Start Mode should be set to ''Always Running'' as well as ''Auto Start'' being enabled.
On DS02 the option is not there, so as an alternative I set the default action to be ''Always Running'' (You can also do this for ''autoStart''
To do this I did:
1. Click server node in IIS
2. Click ''Configuration Editor''
3. In the dropdown at the top of the page (Section) browse to: system.applicationHost/applicationPools
4. Expand ''applicationPoolDefaults''
5. Set startMode to ''AlwaysRunning''
6. Restart IIS - should be active and the default option for all app pools.
CE
