S
Stephen
Hi guys...
I have a web app that works pretty good . It was developed with the access
database in the virtual directory....now thats its about done, i would like
to reference the database from a shared network directory. I thought all I
had to do was the following in the web.cinfig file
<appSettings>
<add key="cs" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=ServerX\xtemp\sfleet.mdb"/>
</appSettings>
"Serverx is a file server, xtemp is a shared directory
but I cant get it to work...when i give a absolute path c:\xtemp\sfleet.mdb
it works fine
what am i doing wrong?
I have a web app that works pretty good . It was developed with the access
database in the virtual directory....now thats its about done, i would like
to reference the database from a shared network directory. I thought all I
had to do was the following in the web.cinfig file
<appSettings>
<add key="cs" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=ServerX\xtemp\sfleet.mdb"/>
</appSettings>
"Serverx is a file server, xtemp is a shared directory
but I cant get it to work...when i give a absolute path c:\xtemp\sfleet.mdb
it works fine
what am i doing wrong?