Server A is my web server running Server 2003 and IIS 6. Server B is my file server running Server 2003 also. I have a script that is suppose to create a file on server B. I have followed MS's article 197964 to create the IUSR and IWAM accounts on server B and gave both of them the appropriate permissions. I also read to create a virtual directory pointing to a share of the same name on the file server. I have also gone to the point of creating a new domain user and giving them the proper permissions to the folder on server B, and I also used the connect as option and entered this user's information. I am still getting permission denied errors. I have the file path writing to the upload page, and it is correct. I have tried all of these with about every configuration that directory security has to offer in IIS. Any other ideas?
Here is my error:
Execution ended: 2/9/2005 4:05:33 PM1219.doc
\\esp10\drawingdbfiles$\test\1219.doc
Microsoft VBScript runtime error '800a0046'
Permission denied
/drawingdb/upload.asp, line 170
Here is the line that causes the error:
set fle = fso.CreateTextFile(server.MapPath("drawingdbfiles/test/" & FileName))
Thanks!
Here is my error:
Execution ended: 2/9/2005 4:05:33 PM1219.doc
\\esp10\drawingdbfiles$\test\1219.doc
Microsoft VBScript runtime error '800a0046'
Permission denied
/drawingdb/upload.asp, line 170
Here is the line that causes the error:
set fle = fso.CreateTextFile(server.MapPath("drawingdbfiles/test/" & FileName))
Thanks!