I know how this would all work using VB6, but is there any way to have an ASP respond to events from the COM?
Thanks!!!
I know how this would all work using VB6, but is there any way to have an ASP respond to events from the COM?
Thanks!!!
AFAIK, no. If you think about it, it doesn't make sense to.
The reason it would not make sense is because ASP is not a real-time langauge. If you want it to continue execution once it's done you mustn't worry as it will wait.