Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File not found in Root of WebServer

Status
Not open for further replies.

JSMITH242B

Programmer
Mar 7, 2003
352
GB
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?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top