Ciao a tutti, sto mettendo on line il mio primo sito e ho dei problemi con il db.
Il sito è ospitato in un server aruba.
Il database è dentro la cartella mdb-database del server di aruba
La stringa di connessione è la seguente:
const string percorso = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=./mdb-database/database.mdb";

andando a caricare la pagina mi da il seguente errore:

'c:\windows\system32\inetsrv\mdb-database\database.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

Secondo voi dove sbaglio?

grazie fin da ora