-
Dear all,
If anyone has created a virtual directory over a network share please help me. I have got a virtual directory over a network resource. The MMC console of IIS shows that it has been created successfully and the access permissions are correct to. But when I try to access any file in this virtual directory using FileSystemObject I am unable to do so. I am checking for FileSystem.FileExists. But FileExists says that the file does not exists even though the file does exists and the path name specified to FileSystemObject is correct.
This scenario comes only when the virtual directory is over a network share. It seems IIS has myraid settings for access and authentication too difficult and virtually useless. Can anyone help? Also any resources on IIS security would be of great help.
Thanks in advance.
-
(Assuming NTFS permissions)
Have you set up NTFS permissions on the directory where the share is? Does IUSR_webserver have Read permissions?