Silverlight create and execute file server-side
Posted
by immuner
on Stack Overflow
See other posts from Stack Overflow
or by immuner
Published on 2009-11-16T15:11:41Z
Indexed on
2010/03/19
14:01 UTC
Read the original article
Hit count: 157
In my app i have the option of viewing a file that opens a window application (google earth).
In order to do that i wish to create a custom file server-side under a certain relative path (eg. "//Files") and then tell the server to execute it.
How can i do this?
Thank you
© Stack Overflow or respective owner