ConnectionString in web.config
by Marcus on Mon, Aug 13 2007 3:25 PM
First of all I would like to apologize for my english, because I am a spanish person and my level is low.
I want to connect with an Access Database and I have a problem with the connectionString in the web.config file.
This is part of my file:
<appSettings>
<add
key="forumDSN"
value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=DataBase.mdb;User Id=;Password=;"
/>
</appSettings>
And throws an error explaining that doesn't recognize the word 'Provider'.
If I change the string explains me that can't connect to SQL Server 2005.
I have read the README.txt file but the explanation doesn't solve my doubts.
Thank you.