Ask a Question related to ASP Components, Design and Development.
-
Jaime Stuardo #1
The call to Server.CreateObject failed while checking permissions.
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
Jaime Stuardo Guest
-
Server.CreateObject Failed on 2003
Receive this error when doing a creatobject from an asp page on a 2003 server running IIS6: "Server object error 'ASP 0177 : 80070057' I have... -
asp error Server.createobject failed
Hello, We recently moved our website from windows IIS ver 4 to a windows 2003 web server. All the .asp pages work properly except one. When we... -
"Server.CreateObject failed" intermittently
Dear all, I have the same problem as Ed who post his problem in May. Afterward, a kind guy suggest his to call local rather than thru mts. In... -
CreateObject Fails Every Other Call
Whenever I call a particular commercial component (Crystal RDC) from my own VB6 component (called from ASP) concurrently with 2 ASP clients (no... -
006~ASP 0177~Server.CreateObject Failed~
I am trying to communicate between an ASP page and a SQL database and I am getting the following error message on the browser: 006~ASP... -
Anthony Jones #2
Re: The call to Server.CreateObject failed while checking permissions.
"Jaime Stuardo" <JaimeStuardo@discussions.microsoft.com> wrote in message
news:5127CF90-A34E-4CBC-A38D-724369099F07@microsoft.com...all> 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 tothat> imaginable users and groups (including IUSR_machinename, even when I don't
> allow anonymous users to the site), giving full control permissions toDoes it fail you try to create something common like ADODB.Recordset?> 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
>
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
Anthony Jones Guest



Reply With Quote

