M
Miro
Hi!
How can I access files on intranet. I have mapped a
serverfolder to the drive letter G and try to access a
file from ASP.NET, but File.Exists("G:\filename.ext")
returns false. The same code in Windows Forms returns
true, so I guess it has something to do with the
permissions. I set all rights to the IUSR_machinename.
This is enough to make it work locally on C: but not on G:
any suggestions?
/Miro
How can I access files on intranet. I have mapped a
serverfolder to the drive letter G and try to access a
file from ASP.NET, but File.Exists("G:\filename.ext")
returns false. The same code in Windows Forms returns
true, so I guess it has something to do with the
permissions. I set all rights to the IUSR_machinename.
This is enough to make it work locally on C: but not on G:
any suggestions?
/Miro