I have created a COM object in an EXE COM project. I set
up IIS on my XP Pro system. I can create the object
easily in VB with CreateObject("...", but when I try to
do Server.CreateObject("..." in a localhosted ASP page,
the site hangs and no information is sent down. It spawns
the .EXE (I can see it in Task Manager) but seems to hang
when creating the object. Again, the object works fine
from VB.
Any ideas?
~BenDilts( void );
up IIS on my XP Pro system. I can create the object
easily in VB with CreateObject("...", but when I try to
do Server.CreateObject("..." in a localhosted ASP page,
the site hangs and no information is sent down. It spawns
the .EXE (I can see it in Task Manager) but seems to hang
when creating the object. Again, the object works fine
from VB.
Any ideas?
~BenDilts( void );