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 be able to do this with thousands of entries in a .csv file but my problem is I get this time out error and not to sure why, as follows:
HTTP Error 500.0 - Internal Server Error
c:\php-fastcgi\php-cgi.exe - The FastCGI process exceeded configured activity
timeout
Detailed Error Information
Module -
FastCgiModule
Notification -
ExecuteRequestHandler
Handler -
PHP_via_FastCGI
Error Code -
0x80070102
Here is my CSV function:
http://jsfiddle.net/fS4t4/ - this is in PHP and I just throw it into the javascript section.
How to fix this?
UPDATE: My provider is Winhost
activityTimeout
can be also set (IIS7 and above) from the IIS Manager under the server/IIS/FastCGI Settings/Edit.