UnauthorizedAccessException when running desktop application from shared folder
- by Atara
I created a desktop application using VS 2008.
When I run it locally, all works well.
I shared my output folder (WITHOUT allowing network users to change my files)
and ran my exe from another Vista computer on our intranet.
When running the shared exe, I receive "System.UnauthorizedAccessException" when trying to read a file.
How can I give…