Questa è la connessione che ho su web.config
codice:
    <connectionStrings>
        <add name="db-mainConnectionString" 
             connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=~\mdb-database\db-main.mdb"
            providerName="System.Data.OleDb" />
    </connectionStrings>
ma la pagina mi dà quest'errore:
'c:\windows\system32\inetsrv\~\mdb-database\db-main.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.

Perchè? Come si specifica il percorso corretto? Non si può usare mappath in web.config vero? Se si come?
Grazie mille