Okay...I am starting my first C#/ASP.Net webpage and have it a stump off the bat. I want to store my connection string in the Webconfig file and then call it from code. I am connecting to an Access DB and using C#. The examples I have seen on configuring the Webconfig file does not address the provider portion of the connection string. Also, I want to use server.mappath for my database location. Any thoughts on how to accomplish this or do you all have any best practices to share?