I am calling a function of a vb-activex-exe out of a ASP-script initiated by createObject. This function can take some time, about 10 to 20 seconds. What I need is the information if the user has stopped the request so that I can stop the function. In the ASP-script I can get this information.
Is there a possibility to get events from the vb-activex-exe in the ASP-script (By using the Windows Scripting Host I can get these events, but I have no request to the Response object)? Or how can I get access of the ASP-Response object in the wscript ?
Another thought of my was to start a timer in the ASP-Script where I check if the Client is still there, but I couldnt find a solution. Can I start a timer in the ASP-Script?
Thanks
Thomas Seifarth
Is there a possibility to get events from the vb-activex-exe in the ASP-script (By using the Windows Scripting Host I can get these events, but I have no request to the Response object)? Or how can I get access of the ASP-Response object in the wscript ?
Another thought of my was to start a timer in the ASP-Script where I check if the Client is still there, but I couldnt find a solution. Can I start a timer in the ASP-Script?
Thanks
Thomas Seifarth