I have a function I built that will grab a .csv file and upload information stated then, creating an account for each user in the .csv file.
My issue is I need to
For Windows Server 2008 R2, the default version of IIS that is supplied is IIS 7.5. The solution Dave suggested will not work because that file isn't there.
Instead, try %windir%\system32\inetsrv\config\applicationHost.config to set up the options for the entire server. Look at the block:
Remember to restart your webserver.
I set the activityTimeout to 90 and requestTimeout to 270 to give processes more time to finish their work. This wasn't enough for my problem, but it should at least allow people to find the relevant bits on IIS 7.5.