Hi Anil,
Thank you. I see the FastCGI configuration in the IIS_schema.xml file you mentioned:
<sectionSchema name="system.webServer/fastCgi">
<collection addElement="application">
<attribute name="fullPath" type="string" expanded="true" required="true" isCombinedKey="true" validationType="nonEmptyString" />
<attribute name="arguments" type="string" defaultValue="" isCombinedKey="true" />
<attribute name="maxInstances" type="uint" defaultValue="4" validationType="integerRange" validationParameter="1,10000" />
<attribute name="idleTimeout" type="uint" defaultValue="300" validationType="integerRange" validationParameter="10,604800" />
<attribute name="activityTimeout" type="uint" defaultValue="30" validationType="integerRange" validationParameter="10,3600" />
<attribute name="requestTimeout" type="uint" defaultValue="90" validationType="integerRange" validationParameter="10,604800" />
<attribute name="instanceMaxRequests" type="uint" defaultValue="200" validationType="integerRange" validationParameter="1,10000000" />
<attribute name="protocol" type="enum" defaultValue="NamedPipe">
The problem is most certainly that activityTimeout default value of 30. But, how can I edit this? I tried editing the schema.xml file in NotePad, but it will not allow a save, nor file replacement, even with IIS7 off and the IIS7 admin service disabled. Looks like the IIS_schema.xml file is locked down pretty securely.
Any ideas on how I can edit this file? Any specific instructions would be wonderful! :-)
Thank you,
Tom