|
-
Nov 8th, 2004, 10:48 AM
#1
security exception on network
Have any of you guys deployed an app to customers that will be installing on a network drive? I did a test today and copied my app to a shared network drive, and it bombed when trying to read from the system registry. I figured the problem out by going into the .net framework config in the control panel and giving full access to local intranet apps (it was set one below full access by default)
so what this means I guess is that if users want to install it on a network they need to go into this setting themselves and grant access to my app or all network apps.
the other option i guess is to not use the system registry, possibly use local XML files to store the information... that makes it a much bigger pain to have individual settings for users like the registry automatically does with HKCU
how have you guys tackled this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|