wz2jrz Posted May 8, 2003 Posted May 8, 2003 I dont know if this question is valid for this forum. is there a way to open a server application by invoking it through a web client? basically i have lots of mp3s on my server that are accessed through the network on client pcs. what i am wondering is there should be a way to click the mp3 link on my client web_page that opens and plays it on media player on the server station. the intent is not to play on client pc but on the server where mp3s reside. anyone has idea or code on how to achieve this? Quote
*Gurus* Derek Stone Posted May 8, 2003 *Gurus* Posted May 8, 2003 Calling the [msdn]System.Diagnostics.Process[/msdn].Start method should do exactly what you want, assuming that the proper permissions for .NET are set. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.