Configure activityTimeout for FastCGI.exe in applicationhost.config

Hello

I need to have the “activityTimeout” property configured for FastCGI.exe applied to the applicationhost file.

Does anyone have this property configured?

There are PowerShell cmdlets for managing IIS. It’s (WebAdministration module) available in all the systems where IIS is available.

# From an IIS enabled machine
Get-Command -Module WebAdministration

You would use Set-WebConfigurationProperty cmdlet and the do a Get-Help Set-WebConfigurationProperty -Online to see the help with examples.