all groups > inetserver asp components > march 2006 >
You're in the

inetserver asp components

group:

The call to Server.CreateObject failed while checking permissions.


The call to Server.CreateObject failed while checking permissions. Jaime Stuardo
3/3/2006 6:25:29 AM
inetserver asp components:
Hi all..

I was struggling with this error while trying to run an ASP page under IIS
6.0 (Windows Server 2003).

The complete error is:
"The call to Server.CreateObject failed while checking permissions. Access
is denied to this object. "

I tried everything. Giving full control permissions to COM directory to all
imaginable users and groups (including IUSR_machinename, even when I don't
allow anonymous users to the site), giving full control permissions to that
users in Component Services console, and I even added roles to COM+
applications. But none of that worked.

I have followed recommendations of a lot of sites telling about that
problem, but the problem doesn't disappear.

Any help will be greatly appreciated
Thanks

Jaime
Re: The call to Server.CreateObject failed while checking permissions. Anthony Jones
3/8/2006 1:46:08 PM

[quoted text, click to view]

Does it fail you try to create something common like ADODB.Recordset?
What are you trying to create?
Does the class in question attempt to access resources during creation (a
file for example)? Perhaps it is this resource that needs it's permissions
relaxed.

Anthony

AddThis Social Bookmark Button