Originariamente inviato da ubbicom
Fatti stampare il percorso e controlla che sia esatto:
codice:
<%
'connessione al db
nome_file = Request.Querystring("Description") & ".html" 
Dim objFSO 
Set objFSO = Server.CreateObject("Scripting.FileSystemObject") 
percorso_completo = Server.MapPath("../../public/pagine/" & nome_file)
response.write percoso_completo:response.end 
objFSO.DeleteFile(percorso_completo) 
Set objFSO = Nothing 
Response.Redirect("index.asp") 
%>
Ma perchè Ubbicom cosa ti avevo suggerito inizialmente...??? L'hai vista la riga rossa???