PowerShell to disable Application Pool timeouts
There are few things more annoying in life than debugging in Visual Studio and getting an App Pool timeout in IIS7+ and having to start again… See below my PowerShell script to disable this on all application pools. Disclaimer: Only […]