Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP CreateObject fails on EXE COM Object

Status
Not open for further replies.

BeanDog

Programmer
Jul 15, 2000
60
US
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 );
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top