Alternative to application pool startMode="AlwaysRunning"
        Posted  
        
            by Chris Marisic
        on Server Fault
        
        See other posts from Server Fault
        
            or by Chris Marisic
        
        
        
        Published on 2010-06-14T21:47:55Z
        Indexed on 
            2010/06/14
            21:53 UTC
        
        
        Read the original article
        Hit count: 454
        
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?
© Server Fault or respective owner