I need to change a parameter in the "machine.config" this is all I have and my searches are going no place fast
The parameter needs to be changed in the "machine.config" file which controls many attributes of how applications run on the computer. Only someone signed on as the administrator should changed
The location of the file is usually in the C:\Windows\Microsoft.NET\Framework\v1.1.4323\config. I usually just use search and search for maching.config
When the file is found open it in Notepad. Search in the text for "httpRuntime" and it should take you to the area in the machine.config file shown below. The default is 90 seconds. I would change that value to 270, which triples the timeout.
Thanks