I have some VBScript on our intranet site that opens a file located on
an NT share using the FileSystemObject (FSO) and writes its content to
the response buffer.
I had previously used a domain user for Anonymous Access authentication
in order to gain access to this file. This worked fine, but now I want
to use Integrated Windows Authentication in IIS so that I can tell who
is logged on by examining the ServerVariable("LOGON_USER"), so I have
disabled the Anonymous User.
My problem now is that the FSO now returns a "Permission Denied" error
when it attempts to open the file.
Shouldn't this work if the logged-in user has permission to the share?
If not, how can I get around this problem?
Thanks in advance for your help!
--Diarmaid McGleenan.
>> Stay informed about: FileSystemObject Permission Denied accessing file using In..