Forum Moderators: open
This is really a visual basic question, but i thought I would go ahead and give it a shot...
I am opening a file on a shared network drive as so:
Open "\\Machine Name\SharedFolder\message.txt" For Append As #1
tis works just fine when there is no password on the folder. However, I need to password protect the shared folder, and i know the password, but how do i put that into the line of code so the program can snag it?
thanks...
Otherwise, depending upon your IIS settings for the page in question, it's likely running under the IIS_User NT account. Could you restrict access to the folder to only IIS_User instead of password protecting?
HTH,Ross