J
Jay
Hello,
Iam trying to access a mdb file from a shared drive \\mycomputer\files from
ASP.NET and OLEDB.
It works locally
Computer A hosts IIS/ASP.Net.
Files reside in ComputerB under a network share.
Web.config has the following-
1. One which works-
<add key="NEWVIP" value="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
SOURCE=c:\inetpub\wwwroot\clients\newvip\database\vip.mdb;" />
2. One which does not work-
<add key="NEWVIP" value="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
SOURCE=\\computerA\\files\newvip\database\vip.mdb;" />
Thanks for your help.
jay
Iam trying to access a mdb file from a shared drive \\mycomputer\files from
ASP.NET and OLEDB.
It works locally
Computer A hosts IIS/ASP.Net.
Files reside in ComputerB under a network share.
Web.config has the following-
1. One which works-
<add key="NEWVIP" value="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
SOURCE=c:\inetpub\wwwroot\clients\newvip\database\vip.mdb;" />
2. One which does not work-
<add key="NEWVIP" value="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
SOURCE=\\computerA\\files\newvip\database\vip.mdb;" />
Thanks for your help.
jay