CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MTS Object

  1. #1
    Join Date
    Dec 2001
    Location
    UK
    Posts
    308

    MTS Object

    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
    Venu Bharadwaj
    "Dream it. U can do it!"

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Permissions...

    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...)
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured