Alternative to application pool startMode="AlwaysRunning"
- by Chris Marisic
If a web application called for itself to be setup with it's application pool to be configured in the applicationHost.config as:
<add name="AppPool" managedRuntimeVersion="v4.0" startMode="AlwaysRunning" />
Would the same result be achieved by just requesting a page from the server every minute? Or does setting startMode to this value have other implications also?