Link to home
Start Free TrialLog in
Avatar of viswanathat
viswanathat

asked on

COM - ASP - Server.CreateObject Error - 0177

I have Win 2K professional and IIS 5.0 installed.
I have developed a vc++ 5.0 automation server and registered it. The server componenet uses 'create named pipes' to communicate with other exe running. It reads and writes from and to other exe and gives the data to ASP.

If I use the component in Excel VBA it is working fine. but while using it in ASP vb script it is failing in create object. It gives a error - 80080005 (0177).
What could be the problem..?

The same component I created as inproc and outofproc servers. But it gives the same error.

The above components are working well in ASP scripts in Win NT and PWS.

Is there any bugs to be fixed in IIS 5.0 regarding Com objects..?

Regards.

Viswanath AT.
ASKER CERTIFIED SOLUTION
Avatar of Michel Sakr
Michel Sakr
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sdm395
sdm395

Have you got the component running under a specific user account in MTS? If not then try setting this up - might solve your problems.

http://support.microsoft.com/support/kb/articles/Q241/0/57.ASP