S
Sam Kong
Hello!
I made an ASP page which converts big data from a CSV file to SQL Server.
It takes so long like an hour.
So in the page I wrote the following line.
Server.ScriptTimeout = 100000
But the pages gives an timeout error after about 40 minutes.
When I tested it with empty infinite loop, it went over 1 hour.
I can't find anything else that I can do about it at this point.
What can I do?
TIA.
Sam
I made an ASP page which converts big data from a CSV file to SQL Server.
It takes so long like an hour.
So in the page I wrote the following line.
Server.ScriptTimeout = 100000
But the pages gives an timeout error after about 40 minutes.
When I tested it with empty infinite loop, it went over 1 hour.
I can't find anything else that I can do about it at this point.
What can I do?
TIA.
Sam