Tagged Questions
1
vote
3answers
450 views
File handling with non-administrative user
I've been testing my application to see how well it works when run by a non-administrative user, and I have found problems with file handling. I am getting an UnauthorizedAccessException when trying ...