Background process in Asp.Net 1.1
-
Hi all, In our application we are generating an excel file with 5000 + records which are fetched from DB, and its taking some time to generate and screen looks Idle (~ taking 15 to 20 minutes). and finally displaying "Connection timed Out error". Now Client requires the process of generating excel to be done in background..So as soon as the "Generate Excel" button is clicked user should be redirected to the Home page and the download process for Excel should work in Background. How to do this in Background??? Note:- In our Application we are using the StateServer to maintain Session Can any body help to acheive this. thanks in advance, Eswar.
-
Hi all, In our application we are generating an excel file with 5000 + records which are fetched from DB, and its taking some time to generate and screen looks Idle (~ taking 15 to 20 minutes). and finally displaying "Connection timed Out error". Now Client requires the process of generating excel to be done in background..So as soon as the "Generate Excel" button is clicked user should be redirected to the Home page and the download process for Excel should work in Background. How to do this in Background??? Note:- In our Application we are using the StateServer to maintain Session Can any body help to acheive this. thanks in advance, Eswar.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions