ok, con la servervariable SCRIPT_NAME:
<%
Archivo = Server.MapPath(Request.ServerVariables("SCRIPT_NAM E"))
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
Set archivo = FSO.GetFile(Archivo)
fecha_de_modificacion = archivo.DateLastModified
set FSO = Nothing
%>
Ahora si