Jump to content

munnikd

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

munnikd's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, i'm not able to access a mapped drive on my server with the following code : $location = "K:" if ($handle = opendir($location)) { while (false !== ($entry = readdir($handle))) { echo "$entry"; } closedir($handle); } I know it is a permission problem, but how do I give the Iusr and IIS rights to access this mapped drive ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.