c# - How to implement long-running tasks in asp.net -
I am implementing an ASP.NET 4.0 application in which the rules of 1000 clicks on the button will be evaluated. It's taking 10 minutes to evaluate all the rules.
How does the web page show progress? Let the user do other tasks like canceling etc. Once all the rules are evaluated then the data should be updated in the page and a message should be shown. How can I apply it to ASP.NET? You can apply this by using MS Signeller Framework. We do for example in our product installation process. Also a long running process. Since the product is open source, you can check the implementation on: Hope it helps.
Comments
Post a Comment