Is it possible to access local file system in Silverlight Application.
-
I know there could be restriction for Silverlight application to access local file system and resources. Is it possible for a browser based silver light application made full trustable at client local machine by doing some settings in client machine?
-
I know there could be restriction for Silverlight application to access local file system and resources. Is it possible for a browser based silver light application made full trustable at client local machine by doing some settings in client machine?
No. In order to access the client-side file system, the app has to be run "out-of-browser", and even then, you're restricted to saving/retrieving files in a special folder. EDIT ================ Why was this 1-voted? It's the correct answer.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997modified on Friday, July 8, 2011 11:56 AM
-
I know there could be restriction for Silverlight application to access local file system and resources. Is it possible for a browser based silver light application made full trustable at client local machine by doing some settings in client machine?
No If you rephrase that as can I make some settings on my local machine that will allow a browser based application to do anyhting to my hard drive and therefore take over my machine. You can make a file open/save operation only and only if it is initiated by the user. Oh and it must be the first operation after the event is raised!
Never underestimate the power of human stupidity RAH