LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Any info/app notes on deploying activeX server/client on separate


machines Both ActiveX server & client developed in CVI. Works fine on a single
machine but get "access denied" errors when running on separate machines.

Any app note, info on how to deploy activeX server so multiple clients
can access the server from different machines.



vishi
0 Kudos
Message 1 of 2
(2,852 Views)
ActiveX permissions are managed through a program called DCOMCNFG.EXE that should be in your Windows system directory. This is the same regardless of where you develop ActiveX components. Microsoft provides documents on how to use DCOMCNFG to configure security options for accessing ActiveX objects across the network. Here is a link to get you started: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/security_4l7r.asp

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,852 Views)