Cita: Como hago para eliminar un determinado archivo del servidor usando FSO o cualquier otro metodo?
Código:
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
FSO.DeleteFile(Server.MapPath("AlgunArchivo.algo"))
Set FSO = Nothing
el resto corre por tu cuenta