Hi All, I'm generating excel around 2000 reports through asp, while generating i'm getting the error message as "server busy". Can anyone help in solving the issue. Thanks in advance.
Your server might be getting overloaded. Try consulting the IT Department for such errors. They might upgrade the configurations to support such tasks.
Hi, Thanks for your response. I have around 50 asp files, which generates excel 50 excel files and is saved in a server path. i want to load the 50 asp files in as iframe one by one, using for loop i'm doing the same, but only 10 files are saved in server path, after generating the 10 files, i'm getting the error message as "This error can occur if the Web server is busy and cannot process your request due to heavy traffic." I guess its only 10 connections are allowed for http request. Please help out with some other solution, on how to generate the files one by one. Thanks