DIM Stuff, myFSO, WriteStuff, source, number, description Stuff = "hello" SET myFSO = CreateObject("Scripting.FileSystemObject") SET WriteStuff = myFSO.OpenTextFile("C:/Inetpub/wwwroot/Test_1/testing.txt", 8, True) WriteStuff.WriteLine(Stuff) WriteStuff.Close response.write "<H2>Error Found, please contact Technical Support</H2>" SET WriteStuff = NOTHING SET myFSO = NOTHING