G
Guest
Hi
I'm trying to connect to my database which I'm holding on
the local server (I've created a virtual directory).
If I use the following in web.config:
<add key="ConnectionString"
value="Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=/loctest/locdb.mdb" />
then I get the following error message:
'C:\loctest\locdb.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.
I've tried a number of variations for the data source path
but I can't get it to look at the correct directory
(loctest) on the server.
Can anyone tell me what my path should be?
Thanks in advance.
I'm trying to connect to my database which I'm holding on
the local server (I've created a virtual directory).
If I use the following in web.config:
<add key="ConnectionString"
value="Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=/loctest/locdb.mdb" />
then I get the following error message:
'C:\loctest\locdb.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.
I've tried a number of variations for the data source path
but I can't get it to look at the correct directory
(loctest) on the server.
Can anyone tell me what my path should be?
Thanks in advance.