Click to See Complete Forum and Search --> : Server.CreateObject Access Error


IxCraZee
05-24-2004, 10:15 PM
Hi guys, I am using Windows Server 2003 & IIS 6.0. When I installed some COM+ objects and tries to access it. The following error occurs:

Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/updateGCBB.asp, line 2
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

Obviously, it is regarding security problem when accessing the COM. Have anyone has idea on how to overcome/solve this? I do found some similar problem & solutions for Windows 2000 & NT in Microsoft Knowledge Base, but there is no any article mention about Windows Server 2003 at all.

Regards,
IxCraZee

buntine
05-25-2004, 12:25 AM
You need to set read/write permissions in the IUSR account. Here is a handy article.

http://www.winnetmag.com/Web/Article/ArticleID/23580/23580.html

Regards,
Andrew Buntine.