Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component

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

  1. #1

    Default Re: Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component

    Heres is a workaround,

    1. go to Administrative Tools> Component Services
    2. expand COM Services and right click on My computer.
    3. click Properties.
    4. go to Default security tab.
    5. Under Default Access permission frame, click on Edit Default and Add
    you IUSER_<servername> and optionally the INTERACTIVE account. Click Ok.
    5. Under Default Launch permission frame, click on Edit Default and Add
    you IUSER_<servername> account. Click Ok.
    6. Click Apply. You might require to reboot your machine, however try
    running your test page, it might work without a reboot.

    Hope this solves your problem.

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!

    vijay prakash Guest

  2. Similar Questions and Discussions

    1. 006~ASP 0178~Server.CreateObject Access Error
      I apologize in advance if this is posted to the wrong Newsgroup. I feel that it could be posted several places. We have suddenly started...
    2. Installing CF 5.0 server on Windows 2003 with IIS6
      Hello, Can anyone tell me if it is ok to install CF 5.0 server on win2003 server using iis 6? thank you Sanjay
    3. 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...
    4. Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?
      hello all, I hope you all are fine and doing well. I'm finding this error when i do Server.CreateObject("MSWC.Tools") in ASP using interdev. I...
    5. Elevating permissions for Web service running on IIS6/Windows Server 2003
      I have a Web service hosted in IIS 6 on Windows Server 2003 that needs to write to the application event log. The default permissions prevent this....
  3. #2

    Default Re: Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component

    "Egbert Nierop \(MVP for IIS\)" <egbert_nierop@nospam.com> wrote in
    news:#KjjGmCFEHA.3880@TK2MSFTNGP10.phx.gbl:
    > "Martin" <steffen.martin@freesurf.ch> wrote in message
    > news:7CB6E793-D01A-410B-AD3C-123486F3E1D9@microsoft.com...
    >> When I try to do Server.CreateObject on DCOM (not com+) registred
    > component, I receive the
    >> following message:
    >>
    >> '''''''''''''''''''''''
    >> Server object error 'ASP 0178 : 80070005'
    >>
    >> Server.CreateObject Access Error
    >>
    >> /MyDirectory/MyPage.asp, line xxx
    >>
    >> The call to Server.CreateObject failed while checking permissions.
    In Component Service
    set your COM+ Application option "authorization"=flase
    Enjoy!
    >> Access is denied to this object.
    >> '''''''''''''''''''''''
    >> - The object is registred (DCOM, not a object.dll) on a Windows 2003
    > Server (IIS6) where the ASP is running.
    >> The object.dll is registred in MTS on the remote Server
    >> - Create Instance in OLEViewer works fine
    >> - CreateObject in a .vbs File works fine
    >> - The ASP where Server.CreateObject failed runs as IUSR_SERVERNAME on
    >> the
    > Windows 2003 Server
    >> - The same ASP works fine if the ASP is running on a Windows Server
    >> 2000
    > (IIS5)
    >>
    >> Question is: How do I fix it so that I can announouse access?
    >
    > On IIS6 you might try 'network service'.
    > Where do you install these components? I hope not in System32...
    >
    >> Thanks in advance
    >> Martin
    >>
    >
    >
    Redmoon 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