Ciao a tutti.
Sono alle prese di una news letter che non riesco a far funzionare..
Mi esce il seguente errore.
-----------------------------------------------------------
Server.MapPath() error 'ASP 0171 : 80004005'
Missing Path
/iwnewsletter/ScriptLibrary/incSmartMailer.asp, line 1090
The Path parameter must be specified for the MapPath method.
dentro il file incSmartMailer.asp alle linea 1090 trovo la seguente riga
' Done
Public Sub done()
debug "Done...<br/>"
if progressBar <> "" then
if m_fso.FileExists(Server.MapPath (progressFilePath) & "/" & Session.SessionId) then
m_fso.DeleteFile(Server.MapPath (progressFilePath) & "/" & Session.SessionId)
end if
end if
End Sub
Che errore sarebbe?
Come lo risolvo?
grazie