Salve a tutti, ho questo codice:

codice:
set fs=Server.CreateObject("Scripting.FileSystemObject")
				set f=fs.GetFile("http://www.mioSito.est/index.asp?option=com_events&Itemid=59")
				Response.Write FormatDateTime(f.datelastmodified,2)
				set fs = nothing
				set f = nothing
ma quando lo pubblico, mi riporta questo errore:

Microsoft VBScript runtime error '800a0035'

File not found

eppure il file c'è, come potrei fare???

Grazie, ciao.