Hi,
I'm trying to check if a file exists in a mapped folder.
Web server 2008 R2Code:If IO.File.Exists(PhysicalLocation) Then blnExists = True Else blnExists = False End If
IIS7
For some reason it keeps returning false, it must be a permissions issue on the folder.
Does anyone know which account I should give permission to on the folder so that .net it can access the folder?



(right side on this reply ) and agree

