Link to home
Start Free TrialLog in
Avatar of Andy Brown
Andy BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Create a secure logon to a RDP server via VPN

I have an application running on a Remote Desktop Server, that is used by lots of different clients on different sites.  To make things a little more secure, we are going to set it so users login to a VPN first and then the Remote Desktop.  I was thinking of writing a small C# application to control this and provide clients with an installer, that they run on each machine.  The settings will be entered into the application - and off they go (hopefully).

I'm only just getting to grips with c# and want to know if c#/.net will allow me to do this - with a pretty basic knowledge.

  • Enter / store settings for VPN and RDP login
  • Login to VPN
  • If successful, login to RDP
  • Disconnect from VPN when RDP is disconnected.
ASKER CERTIFIED SOLUTION
Avatar of Vick Vega
Vick Vega
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Andy Brown

ASKER

Great advice - thank you Ronin.
Answer provided.