G
Guest
Hi. I'm building a program which allows users to upload files (located both
on their computer and on our network) onto a file server. However, it
appears that the Internet Guest Account on the webserver must have access to
every possible file location from-which the users are selecting files. If
this access is missing, an exception of type
System.UnauthorizedAccessException occurs.
Obviously its impractical for me to grant the Internet Guest Account access
for all possible network locations.
What should I do to workaround this delima? Is there a workaround?
Thanks!
on their computer and on our network) onto a file server. However, it
appears that the Internet Guest Account on the webserver must have access to
every possible file location from-which the users are selecting files. If
this access is missing, an exception of type
System.UnauthorizedAccessException occurs.
Obviously its impractical for me to grant the Internet Guest Account access
for all possible network locations.
What should I do to workaround this delima? Is there a workaround?
Thanks!