Relative path to mdb file located outside root folder

Radu84

Registered User.
Local time
Today, 17:40
Joined
Feb 13, 2006
Messages
14
I am trying to place an Access database file (mdb) outside my root folder. Right now, this file is in the App_Data folder inside my root and the connection string which I have in web.config points to it using the |DataDirectory| keyword.
Is there any way I can point to the outside of the root folder by writing a different connection string in my web.config ?

Any help would be very appreciated.
 

Users who are viewing this thread

Back
Top Bottom