Un codice semplice tipo
<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject ")
set f=fs.OpenTextFile(Server.MapPath("read.txt"),8,tru e)
f.WriteLine("This text will be added to the end of file")
f.Close
set f=Nothing
set fs=Nothing
%>
Mi manda in palla IIS, cioè non dà nessun errore, semplicemente IE rimane a caricare per 5 mins finchè non dice impossibile visualizzare la pagina.....
Credo che il problema sia mappath perchè stavo anche cercando di fare un altro esercizio ma dà lo stesso casino....
Ma c'è qualcosa da settare su IIS?!?![]()