Live Chat Icon For mobile
Live Chat Icon

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

Platform: ASP.NET| Category: Miscellaneous

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.