I am used to having SQL Server as the DB backend for my websites, but I'm creating one right now that uses access... in IIS do I need to specify somewhere permissions for the DB so I can connect to it? because when I try now, it says:

The Microsoft Jet database engine cannot open the file 'c:\inetpub\wwwroot\mysite\pass\database\passaccts.mdb'. It is already opened exclusively by another user, or you need permission to view its data.

In IIS I selected the MDB file and made sure it has read and write permissions enabled