Server.MapPath() error 'ASP 0175 : 80004005'

Disallowed Path Characters

/manufatti_marmocemento/connDb.asp, line 3

The '..' characters are not allowed in the Path parameter for the MapPath method.

Questo è il codice della pagina:

<%
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.MapPath("../mdb-database/db_tempoverde.mdb")%>

Non so.. questo "favore" di fare la parte dinamica ad una sconosciuta praticamente mi sta costando un sacco di tempo!
Sapete dirmi che errore è?
Grazie mille!