Je vous donne le code pour voir si j'ai fait une connerie !!
<----------------------------DEBUT---------------->
<%@ Language=VBScript %>
<%Option Explicit
'Variables + Constantes
Const ForWriting = 2
Const Create = True
Dim FSO
Dim TSO
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
Set TSO = FSO.OpenTextFile("d:\test\essai.txt, ForWriting, Create)
TSO.write "This is first line in this text File" & vbcrlf
TSO.write "This is Second line in this text file" & vbcrlf
TSO.write "Writen by devasp visitor at " & Now()
TSO.WriteLine ""
TSO.close
Set TSO = Nothing
Set FSO = Nothing
%>
<HTML>
<HEAD>
</HEAD>
<BODY>
<P> </P>
</BODY>
</HTML>
<-----------------------------FIN---------------------->
C'est pas sorcier mais je n'y arrive pas.
La page mouline et ne me sort aucune erreur.
Peut-on me dire quoi faire, svp ...............
@+, Arnaud