I am doing reports on a small scale and some reports export to an Excel sheet using a function on my website and they work fine for around 200 records. If I try to export around 1000, the server seems to time-out after 5/10 minutes an ask me to either save an .asp page or an excel sheet that never downloads from the server and just sits on 0% complete.
I’ve been increasing the ASP script timeout within IIS application pool, didn’t work.
After some testing when it goes to download an xls from the server it normally stops on 187 or 197KB.. is there a 200kb file limit setting, although the CSV is 1.19mb? I’ve set the 'Maximum Requesting Entity Body Limit' to 40000. ? Response Buffering Limit '10194304' and Script Time-out '21:01:30' and still not working but it’s indicating a buffer limit?
If I choose to export my 30000 records to CSV and works, when I open the file contains around 1800 records but with an error at the bottom of it
'<p>Active Server Pages</font> <font face="Arial" size=2>error 'ASP 0113'</font>' ??? <font face="Arial" size=2>The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
HELP Needed please.