I have created a web page to pull info from an access database and then display it in a datagrid. I have followed the usual procedures, by creat the OleDbConnection / OleDBDataAdapter / the DataSet and link that to the datagrid

However when I run the page I get an error saying that the permissions are incorrect or that the database is already open in exclusive mode.

I have checked the following:
1. The database is not read only
2. I have ensured that no other programs are running to use the database
3. I have not created a password for the file, and when I Test Connection it comes back as successful.

Any help will be appreciated.