Flo
Flo

Reputation: 335

Launch Remote Desktop from Silverlight Application

I want to launch the regular Remote Desktop popup to a specified ip adress from a Silverlight Application run inside the browser. (OOB is not a solution :( ) I can't seem to find a solution for this anywhere. I wanted to use Process.Start and use mstsc.exe but i can't seem to find out how to start a process from inside Silverlight...

Upvotes: 0

Views: 247

Answers (1)

Dima Pasko
Dima Pasko

Reputation: 1170

I have an alternative solution.

What about to generate *.rdp file?

User will automatically download them and can start start his remote session by double click on this downloaded file.

Upvotes: 1

Related Questions