JSMITH242B
Programmer
Hi Group,
I seem to have a problem in writing to a text file on my server. I can write to the file locally i.e. C drive.
I've used the following in my global.asa page to define the path "\\ServerName\share\foldername\textfilename.txt"
but I receive an error saying cannot find file textfilename.txt.
However when I do "c:\textfilename.txt", my app can write to this file.
How do I define the root of my WebServer where the text file resides?
I seem to have a problem in writing to a text file on my server. I can write to the file locally i.e. C drive.
I've used the following in my global.asa page to define the path "\\ServerName\share\foldername\textfilename.txt"
but I receive an error saying cannot find file textfilename.txt.
However when I do "c:\textfilename.txt", my app can write to this file.
How do I define the root of my WebServer where the text file resides?