The call to Server.CreateObject failed while checking permissions.

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. "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...
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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
    >
    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


    Anthony Jones Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139