How can I access an MS Access database in my ASPX page, if the db is on a remote server?

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.