ho questa pagina con questo codice

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

da ieri aruba mi restituisce questa pagina:

Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/motore/script/ricerche/ricerca1.asp, line 15
The '..' characters are not allowed in the Path parameter for the MapPath method.

SAPETE DIRMI CHE E'?
grazie
ciao a tutti.