Invoke asynchronous method call from ASP.NET -


I am currently working on a web site that includes the data upload process. The file is currently uploaded to the server method (In APCODAID) where DTS packages are called to load the data in a database through a web method and some assumptions are made on it.

The client has specified that they do not want to wait to execute the DTS package (execution time is less than 5 minutes), so it seems that I call the method asynchronously The user might be logging out or closing the browser window, so I believe that I am unable to run it on the asp.net thread

Can anyone tell me the best way to move on to this?

Basically, you only have to launch one thread or method inventor and act as a purpose Even if the user session is ending.

We use the same capability to manage large data processing tasks in our web based CMS.


Comments