This is my connection in web.config but it does not seems to work.
<configuration>
<appSettings>
<add key="ConnectionString"
value="Provider=Microsoft.Jet.OLEDB.4.0;server=localhost;UseTrustedConnection=true;database=db1"/>
</appSettings>
</configuration
The error I am getting is "Could not find installable ISAM"
Help meHi,
Take a look @.Connectionstrings.com
HTH
Thanks a lot. It worked. Thank you thank you thank you. :)
0 comments:
Post a Comment