codice:
<% 
Set fs = server.CreateObject("Scripting.FileSystemObject") 
Set a = fs.CreateTextFile("D:\inetput\wwwroot\testfile.txt", True) 
%>