Help a newbie in learning asp with c#

I am trying to make a very simple webpage that will retrieve information from a database and display it on a website. I wrote the program in winform but i want to convert it to a asp application. In any event here is what I done. I created the asp.net project i added a dropdownlist to the form. I then added the oledbdataadapter and generated my dataset from an access database. I took and made the datasource my dataset and the datamember my table name. All taht looks fine. I then inside the load part of the code out oledbdataadapter1.fill(dataSet11);
It tells me that the file is either in use or i don't have permission to use it.

could some please post or point me to an example of how to pull data from a mdb file using asp and c#? I'm assuming it has somethign to do with the web.config file I don't have a book on this so i'm coding blind. Any help would be great.

thanks
[924 byte] By [win32newb] at [2007-11-18 19:17:10]