here is the current situation..

I have a DLL that is triggering events and I have 2 apps that are suppose to handle them.

1 app is a VB standard exe and everything works fine

the other app is suppose to behave the exact same way but through asp and an embedded activex dll.
When I run the ASP app no events are caught and everything is timing out. Anybody have an idea why?

I'm not running the 2 apps at the same time, i test each one by itself. The event handling code is the exact same in both the VB exe and in the embedded activex dll.

Thanks in advance for any help