RE: IIS 6.0 COM App cant write to event log
From: Robb Murdock (rmurdock_at_luxortech.com)
Date: 10/27/03
- Next message: Tom Kaminski [MVP]: "Re: Windows authentication"
- Previous message: Harkin Banks: "Application using IUSR_Anonymous"
- In reply to: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Next in thread: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Reply: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 27 Oct 2003 10:05:46 -0800
Wei-Dong:
I really appreciate your help on this issue.
Here's the scenario.
I have written an ActiveX DLL.
I have created a WSDL from it using the SOAP Toolkit.
I have Installed SOAP 3.0 on the web server.
I have registered the WSDL extension to point to the
SOAPIS30.DLL
I have set up the ananomous user for the site to be a
local user with USER privledges.
I have set an Application Pool with the same user (also
adding that user to the IIS_WPG).
When I connect from a SOAP client, my ActiveX DLL starts
and works just fine, except that any writes to the Event
log are ignored.
If I also add the local user to the Administration group,
then it will write.
I tried chaning the web server to IIS 5.0 Isolation mode;
but that made no difference. I don't think I would want
to do that anyway as I would like to take advantage of the
IIS 6.0 features.
The app needs the ability to write to the event log in
order to track should-not-occur conditions. I can't leave
the user as part of the administration group and get
passed a security audit; nor can I wait till an error
occurs and then switch to the administration privledges
and expect the use to re-create the condition so I can get
a trace.
Can you think where I might be able to look next to figure
this out ?
THanks,
Robb Murdock
>-----Original Message-----
>Hi Robb,
>
>Thank you for replying!
>
>It will be appreciated you tell me which kind your ISAPI
dll is: ISAPI Filter or ISAPI Extension.
>
>For the filter, there is two kb articles may help you
some on this issue. Please go to:
>327611 IIS 6.0: ISAPI Filters for Earlier Versions of IIS
May Not Load
>http://support.microsoft.com/?id=327611
>
>317204 IIS 6.0: ISAPI Filter Loads After First Request to
the Web Site
>http://support.microsoft.com/?id=317204
>
>If the issue remains, I'd suggest you tell me more about
the scenario for this issue.
>
>Please feel free to let me know if you have any questions.
>
>Thank you for using Microsoft NewsGroup!
>
>Wei-Dong Xu
>Microsoft Product Support Services
>Get Secure! - www.microsoft.com/security
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>
>.
>
- Next message: Tom Kaminski [MVP]: "Re: Windows authentication"
- Previous message: Harkin Banks: "Application using IUSR_Anonymous"
- In reply to: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Next in thread: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Reply: Wei-Dong Xu [MSFT]: "RE: IIS 6.0 COM App cant write to event log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|