Since this is a local computer you can use notepad to do so
Do you mean something like this?
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
Application("keneso")=""
End Sub
sub getcustomers
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "utenti"
End Sub
</SCRIPT>