vote up 0 vote down star

Howdy,

Can an application delivered via ClickOnce in .Net, read Excel and Access files from the users disk?

I know the app is susposed to run in a sandbox, I am curious how partitioned this sandbox is from the rest of the system?

Could the file be read from a network share as well as the users hard drive?

There is an assumption that the user has read access to the files in question.

Thank you,
Keith

flag

68% accept rate

1 Answer

vote up 2 vote down

Yes it can, but you need to give it the correct permissions.

In the Security tab of the properties pages, check the "Enable ClickOnce Security Settings" and make it a full-trust application, or make it a partial trust app, but specifically give it the FileIO permission.

link|flag
Does that raise the requirements on the user's desktop to require more that user privileges? – Keith Sirmons Jan 20 at 17:34
I think it simply asks the user for permission to install the application (do you trust the application vendor). – Adam Barney Jan 20 at 20:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.