Hi Everyone, I have a Payroll application developed using ASP on Windows 2000 with Sql Server 2000 as the back end. In this application I have a functionality which calculates the tax details for multiple employees. A CSV file is generated to show the tax details which can be downloaded by the end user.
I have no issue in case the number of employees selected for showing the tax details is around 330, for which it takes 70 minutes to generate the CSV file. But if I select more than 330 employees I get an error as "Page cannot be displayed". I have tried using Response.expires = 0 and server.ScriptTimeout = 20000. I have also set the session.timeout property to 300 minutes. But the issue persists. Could anyone please help me out of this ? Regards, Keerthy __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
