IIS6 & COM+
From: fadessi (filippo.adessi_at_gmail.com)
Date: 08/26/05
- Next message: jonathan.lampe_at_standardnetworks.com: "RE: IIS SMTP TLS with 256 bit encryption on IIS 6 [repost]"
- Previous message: sathya: "add asp.net version for virtual directory in iis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: jonathan.lampe_at_standardnetworks.com: "RE: IIS SMTP TLS with 256 bit encryption on IIS 6 [repost]"
- Previous message: sathya: "add asp.net version for virtual directory in iis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|