|
-
Nov 11th, 2000, 07:49 AM
#1
Thread Starter
Member
Hey everyone;
I have written some code that scans through directories on a server searching for specific files using the file system object.
However some directories are not accessable by the Annonymose I_USR account and return a "Permission denied" error when the directory is searched.
Is there anyway to:
(1) Get around this and still gain access
(2) or, detect the permission and not search the directory
Thanks for any input or suggestions you might have.
-
Nov 13th, 2000, 11:03 AM
#2
If you're in an NT environment and trying to hit folders over the network one thing you can try is to create a network account for IUSR rather than using a local account for it. Then you can assign permissions for IUSR on any resources you want it to be able to access.
Good luck,
Paul
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
|