marshalsea
Programmer
Ok i've worked out where the problem lies with my last question.<br><br>Here's a couple of lines of code from the Global.asa:<br><br> Set fso = server.CreateObjec("Scripting.FileSystemObject"<br> filename = Server.MapPath("Settings.txt"<br> Set filehdl = fso.CreateTextFile(filename,True)<br><br>I've tried the following combinations of the MapPath lines:<br> Filename = Server.MapPath("/Settings.txt"<br> Filename = Server.MapPath("\Settings.txt"<br> Filename = Server.MapPath("C:\Temp\Settings.txt"<br><br>And the last one worked, the others don't.<br><br>I've searched the entire drive for files named Settings.Txt and it only finds the one in C:\Temp.<br><br>Unfortunately, I cannot guarantee that C:\Temp will exist and would rather have the file placed locally - that way administrators could open the file remotely through their browser.<br><br>m. <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href= > </a><br>