I have an asp.net app that generates rdp connections on the fly. Once the rdp file is created, I want the application to open the file and start off the connection.
I initially tried this using system.diagnostics.process.start and tested it on a win2k server with no association for .rdp. Everything worked fine except it wouldnt launch the rdp for obvious reasons.
I then tested it on my home pc which runs winxp and the whole app worked perfectly. Back at work, however, it will not open the rdp files even on a server with the correct .rdp associations.
Does anybody have any idea of different techniques I can use to try and launch this file?
I initially tried this using system.diagnostics.process.start and tested it on a win2k server with no association for .rdp. Everything worked fine except it wouldnt launch the rdp for obvious reasons.
I then tested it on my home pc which runs winxp and the whole app worked perfectly. Back at work, however, it will not open the rdp files even on a server with the correct .rdp associations.
Does anybody have any idea of different techniques I can use to try and launch this file?