By default a new app pool will want to recycle itself on a regular time interval every 1740 minutes.
I want to clear this setting so the IIS never recycles it.
By default a new app pool will want to recycle itself on a regular time interval every 1740 minutes.
I want to clear this setting so the IIS never recycles it.
This will clear the time interval setting on the app pool
The below PowerShell script will help of check the status of the application pool recycle and restart/start/stop. So you can make integrate the below script in Task scheduler for specific interval time for checking the status of the App pool and start if it stopped. You may also include the email trigger if its stopped and started by the script.
Refer for full example : https://dotnet-helpers.com/powershell-demo/application-pool-monitoring-automation-powershell-to-check-if-an-application-pool-has-stopped