authorization denied COM+
Hello,
I need some help about COM+.
I got the error "authorization denied" as I try to use a method of a component running on a windows 2000 server.
From the clien I can do the "createobject" command without any error and I can see the component "ball" running on the server.
But even I can istanciate the component properly I can't use his interface.
I gave these Access Permission:
Administrators
Everyone
INTERACTIVE
IUSR_...
IWAM_...
NETWORK
SYSTEM
and these Launch Permission:
Administrators
Everyone
INTERACTIVE
IUSR_...
IWAM_...
NETWORK
SYSTEM
also I set in the computer properies tab:
Deafult authentication Level:
None
Default Impersonation Level:
Identify
Also I set in the application properties tab:
Authentication level for calls:
None
Impersonation level:
Identify
Please help !!
Thanks
|