Results 1 to 2 of 2

Thread: File System Object

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41
    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.
    TheLeeMan



  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width