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.
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.