burgemaster Posted December 14, 2009 Posted December 14, 2009 (edited) We are currently trialing a "Dual Auth" application for our staff to login from home to our terminal server, everything is going well and all working if they use: MSTSC But when they login via the webpage, they ActiveX does not get installed. Rohos have given us this documentation but it really does not mean anything to me: Rohos Blog Archive How to use Rohos Logon over a Web based Remote Desktop Has anyone had experience running there own activex on a remote session? Point 2 has been done, but point 1, I really dont understand: 1.In the connection page of the Terminal Services Web application running on your Web server, access the PluginDlls property of the IMsTscAdvancedSettings interface to specify the name of Rohos virtual channel DLL. Use the following code: MsRdpClient.AdvancedSettings.PluginDlls = “rohos_obj.dll” Thanks in advance Edited December 14, 2009 by burgemaster
burgemaster Posted December 16, 2009 Author Posted December 16, 2009 Sorted, if anyone else has to do this: 1) “In the connection page of the Terminal Services Web” = “C:\Inetpub\wwwroot\TSWeb\default.htm” 2) "Access the PluginDlls property of the IMsTscAdvancedSettings interface” = This area of the default.htm 'Device redirection options 3) 3) Use the following code: MsRdpClient.AdvancedSettings.PluginDlls = “rohos_obj.dll” = Copy this line to the bottom of the list as below: 'Device redirection options MsRdpClient.AdvancedSettings2.RedirectDrives = FALSE MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE MsRdpClient.AdvancedSettings2.RedirectPorts = FALSE MsRdpClient.AdvancedSettings2.RedirectSmartCards = FALSE MsRdpClient.AdvancedSettings.PluginDlls = “rohos_obj.dll”
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now