Hi,
Does anyone know how to get this to work?

Application Event Log does not work with (C++ COM) components that I call
from ASP pages on Windows 2003 (security issue), or on XP Professional.

The two following tricks are not helping either (published on the Internet).

1.Manually pre-creating the event source directly in the registry, using
regedit.exe;
for example:
HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Ap plication\mysource
(see [url]http://www.thescripts.com/forum/thread105067.html[/url]).

2.Changing the registry value of RestrictGuestAccess from 1 to 0;
HLLM\SYSTEM\CurrentControlSet\Services\Eventlog\Ap plication\RestrictGuestAccess
(see [url]http://support.microsoft.com/kb/251264/[/url]).

Tried, none worked.

Any help would be greatly appreciated.
******
Jack