Is there any way to lunch Remote Desktop Connection from web server ?
im using code in below, it's working from my PC but it dose not working from web server.
Dim retval As Object
Dim MyIPAddress as string = "10.10.10.10"
retval = Shell("C:\Windows\system32\mstsc.exe /CONSOLE /f /v: " + MyIPAddress , vbMaximizedFocus)