I am devlopping a silverlight application (c#) and i need to run a shell script found in a linux server ?
can anyOne Help me please ?
|
I am devlopping a silverlight application (c#) and i need to run a shell script found in a linux server ? can anyOne Help me please ? |
|||||||
|
|
Perhaps running in You can invoke COM from OOB where your Silverlight assembly is configured to run Out Of Browser with Elevated Permissions. From there you can do practically anything. For example:
This article will help with setting up your project
|
|||
|