I am trying to program a page in asp and i am a noob at it. I cannot seam to get databases working with my webspace (www.easyspace.com) but i can use text files. I am having problems writing to a text file at the mo though. The code is as follows:
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
set MyTextFile2=MyFileObject.OpentextFile(Server.MapPath("/LogedIn/Pass1234") & "/Logininfo1.txt", 8)
MyTextFile2.Writeline "Hello World!"
The Error i get is:
Vbscript Interpretation error 'ASP 0185 : 800200004'
/showusers.asp,line 46
(line 46 is the write line line.)
Please Help if you can it is really getting on my nerves as i feel it is something very simple.
Alex 😀
PS. if you feel like helping further my MSN address is alex_b57@hotmail.com
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
set MyTextFile2=MyFileObject.OpentextFile(Server.MapPath("/LogedIn/Pass1234") & "/Logininfo1.txt", 8)
MyTextFile2.Writeline "Hello World!"
The Error i get is:
Vbscript Interpretation error 'ASP 0185 : 800200004'
/showusers.asp,line 46
(line 46 is the write line line.)
Please Help if you can it is really getting on my nerves as i feel it is something very simple.
Alex 😀
PS. if you feel like helping further my MSN address is alex_b57@hotmail.com