Hi!
I need to be able to connect and reconnect to a VPN connection in Windows 2008 server programmatically. I also need to monitor the state of the connection.
One solution is to use the rsdial application built into windows and use Process.Start() to invoke it. My problem is then how i would monitor the state of the connection.
I am aware of the DotRas project on Codeplex, but i've tried it with no success.
Have you guys got any tips for me?
Edit: Pinging a defined host is not an option, as I need very good timing.
Thanks in advance!