Ask a Question related to ASP Components, Design and Development.
-
vijay prakash #1
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
-
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... -
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 -
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... -
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... -
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.... -
Redmoon #2
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:
In Component Service> "Martin" <steffen.martin@freesurf.ch> wrote in message
> news:7CB6E793-D01A-410B-AD3C-123486F3E1D9@microsoft.com...> component, I receive the>> When I try to do Server.CreateObject on DCOM (not com+) registred>> 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.
set your COM+ Application option "authorization"=flase
Enjoy!
> Server (IIS6) where the ASP is running.>> Access is denied to this object.
>> '''''''''''''''''''''''
>> - The object is registred (DCOM, not a object.dll) on a Windows 2003> Windows 2003 Server>> 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> (IIS5)>> - The same ASP works fine if the ASP is running on a Windows Server
>> 2000>>>
>> 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



Reply With Quote

