Hello all, maybe someone could help me with this problem I'm having with ASP permissions? I'm running a win2k server setup, and am trying to access files through ASP code using the FileSystemObject code. Whenever I try and access the files, according to the internal
paths, I get a permissions error. However, I am sure the permissions are set up correctly on the machine, as I am able to bring up files from a different mapped directory on the server, and both directories are set up the same. I have gone over the NTFS file permissions many times and they are identical. The only difference seems to be that the one that doesn't work is using the FileSystemObject to retrieve files. Additionally, if I enter in an http URL to the file in question, I am able to retrieve it. So it seems like an internal problem of sorts. So my question is, what else could it be if it isn't a permissions thing? I'm wondering if FileSystemObject uses some internal port (NETBIOS perhaps?) to communicate? I ask this, because the problem seemed to start when we tightened
down our internet firewall box, which is in between the web server with the files and anything thats trying to access them. We locked out everything except what it needs to function (http, https, etc.), including the NETBIOS port. Could I be on to something here? Any help would be greatly appreciated, as this problem is becoming more critical the longer we wait. Any suggestions to another place to look would be great too! Thanks!
Peter
paths, I get a permissions error. However, I am sure the permissions are set up correctly on the machine, as I am able to bring up files from a different mapped directory on the server, and both directories are set up the same. I have gone over the NTFS file permissions many times and they are identical. The only difference seems to be that the one that doesn't work is using the FileSystemObject to retrieve files. Additionally, if I enter in an http URL to the file in question, I am able to retrieve it. So it seems like an internal problem of sorts. So my question is, what else could it be if it isn't a permissions thing? I'm wondering if FileSystemObject uses some internal port (NETBIOS perhaps?) to communicate? I ask this, because the problem seemed to start when we tightened
down our internet firewall box, which is in between the web server with the files and anything thats trying to access them. We locked out everything except what it needs to function (http, https, etc.), including the NETBIOS port. Could I be on to something here? Any help would be greatly appreciated, as this problem is becoming more critical the longer we wait. Any suggestions to another place to look would be great too! Thanks!
Peter