Automation Server can't create object
Hi Experts,
I am trying to use the javascript's FileSysyemObject as ,,
var fso = new ActiveXObject("Scripting.FileSystemObject");
var a = fso.CreateTextFile("c:\\testfile.txt",true);
a.WriteLine("This is a test");
a.Close();
If am making an .html page then it is working fine. But if i am using this script in .aspx page, I am facing a javascript error message.
Automation Server can't create object..
I am searching the solution from last 2 days.
Please give me a proper reason of this error
Regards,
Anuj Kumar
|