Cant Create File???
-
now this is a REAL BIG problem i'm using window XP (hope this is not the reason) i cant create a file in my computer but it works on my school server ********************************************** Set fso = Server.CreateObject("Scripting.FileSystemObject") Set OutputXMLFile = fso.CreateTextFile("c:\xx.htm",true) ********************************************** everytime i run this method my IE hang(???) so, is it my IIS configuration problem or else
-
now this is a REAL BIG problem i'm using window XP (hope this is not the reason) i cant create a file in my computer but it works on my school server ********************************************** Set fso = Server.CreateObject("Scripting.FileSystemObject") Set OutputXMLFile = fso.CreateTextFile("c:\xx.htm",true) ********************************************** everytime i run this method my IE hang(???) so, is it my IIS configuration problem or else
Set OutputXMLFile = fso.CreateTextFile(@"c:\xx.htm",true);
"When the only tool you have is a hammer, a sore thumb you will have."