IIS6 & COM+

From: fadessi (filippo.adessi_at_gmail.com)
Date: 08/26/05


Date: 26 Aug 2005 04:46:56 -0700

Hi guys, i'm in trouble using IIS6, a registered DLL and a remote com+
service!

Scenario:
A web server running IIS6 with a number of custom DLL's installed
(Filenet P8 Client Connectivity api)
A Win2K3 application server running Com+ Service started using a
particular domain account.

I've written a simple asp page as follows:
<%
Set TheNetwork = Server.CreateObject("FNCE.EntireNetwork")
TheNetwork.Logoff
TheNetwork.LogonProcess "",""
%>

These 3 lines seems working properly on an environment where IIS6 and
COM+ Service are on the same server.

Into my distributed environment I catch the following errors:
 - Asp page:
    Microsoft VBScript runtime error '800a0046'
    Permission denied
    /p8/getobject.asp, line 3
 - Web Server Application Event Viewer
    PID=3908, TID=3280, w3wp.exe hr=0x80070005(Access is denied.)
ServiceRegistry.cpp[1510] ($Revision: 1.10 $): CoCreateInstance
failed attempting to create class
{CE54DCE5-0DBE-4DE6-86C6-328E12C5ADFA} :: p8-engine01.
 - Application Server
    Success Audit for Logon/Logoff event from server serving asp page
using user NT AUTHORITY\ANONYMOUS LOGON

I have disabled anonymous logon to IIS6 in order to authenticate and
authorize using NTLM

What's wrong?
In my opinion IIS seems calling remote COM+ Service using Anonymous
Logon account instead of current authenticated user.

If i use wscript to execute that 3 lines all seems working properly.

Anyone can help me?

Filippo Adessi

PS: Details at http://www.filesite.org/viewtopic.php?t=4065



Relevant Pages

  • Re: "lite" version of IIS 6 for the workstation
    ... the folks driving the Windows Client project (this includes W2K Pro, ... buy server products to target against IIS6 -- they do dev work on a Pro SKU ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6 & Server Permisions
    ... I am running a server side applett. ... link where I can find the correct changes to make in IIS6. ... is this Java application running on the Web Server or the Web Browser. ... where is the Applet trying to store the hit counters? ...
    (microsoft.public.inetserver.iis)
  • Re: Netscape 4 on IIS6
    ... The only involvement of the web server in your situation is to serve the ... static files to the web browser, and various things have changed in this ... problematic transaction between Netscape and IIS6? ... just doing what you did for configuration on IIS5 is insufficient ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6.0 issue
    ... How about making the applications that run on the server more stable? ... you should not need to re-install IIS6 to fix the issue you ... cause the Application Pool to be disabled? ... All IIS is doing is trying to run your application. ...
    (microsoft.public.inetserver.iis)
  • Re: iis - cannot find page (cannot find server or dns error)
    ... the problem is unlikely to be related to IIS6. ... IP address of the web server directly from a client machine that is EXTERNAL ... with IIS and is likely DNS related. ... If using IP does not work, then it has nothing to do with IIS and is ...
    (microsoft.public.inetserver.iis)