To access an MS Access database from your ASP.Net page, you must use the UNC format in the path, like:
\\Servername\yourpath\your.mdb
To fully use the database, grant permissions to the ASPNet user account equal to ’modify’, for the folder/directory where the database exists.
Share with