codice:
		Dim Nomefile As String = Request("Nomefile")	

		Nomefile = Server.MapPath("/") & "\public\UPLOAD\stampa\" & NomeFile
		File.Delete(Nomefile)
		Response.Write("Il file " & Nomefile & " è stato eliminato correttamente.")
Ottengo l'errore: Access to the path is denied
sono su Aruba; mentre con l'upload nella stessa cartella è ok!