Click to See Complete Forum and Search --> : MTS Object


bharadwajrv
February 8th, 2003, 01:17 AM
Hi..
i hosted a ActiveX dll component on MTS on Win 2K Server.. If i logout in the Server,, and try to create an object from client machine object will not be created..

if i login to Server and access from the client i'm able to create the object.

Can u pl. help me in resolving this
thanks in adv..
Venu

Cimperiali
April 3rd, 2003, 09:29 AM
First, is it a com+ dll? Then you should have created a Com+ Application via admimistrative tools->Componet services->Computers->ServerPc->com+ application, or have added your dll to an existing one.

in win2k right clicking on your Application package and choosing "properties", you can set security issues and identity.
Some security isssues may be setted also rightclicking on component itself (the dll). You should set appropriate permissions to users, if you want them to be able to create instances, and aslo give the component an appropriate role to be able to do its job (usually components impersonate administrators...)