Hi,
I am currently developping an ISAPI DLL.
The application has to execute a query which is quite slow because of the Database size and then send a mail to the user. We don't want to make the user wait.
I am not sure what is happening when the user closes the browser after the action has begun.
Is the action continuing? or not?
Basically, we want the user to click on a button, then send the query to the database, finally send a mail to the user when the work is done.
If anyone has an idea, please let me know.
Thanks