Ma ho trovato un'altro errore:
codice:
Server.MapPath() error 'ASP 0175 : 80004005' 

Disallowed Path Characters 

/login/upload_news/index.asp, line 5 

The '..' characters are not allowed in the Path parameter for the MapPath method.
Alla Riga 5 c'è:
codice:
percorso = "../../public/news"
Cosa posso fare?!?!?

Rngrazio ancora