ITCN ASP.NET Discussion Forum

Forum Topics > Installation Support > ConnectionString in web.config > Post a Reply to this Thread

ConnectionString in web.config

Share/Bookmark: Add this Thread to Digg Digg   Add this Thread to StumbleUpon Stumble Upon   Add this Thread to Del.icio.us Del.icio.us   Add this Thread to Reddit Reddit   Add this Thread to Facebook Facebook
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.
Marcus
Guest