Asp.net, vb.net, C#.net Resources

Welcome to Asp.net, vb.net, C#.net Resources Sign in | Join | Help
in Search

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

Last post 08-30-2006, 3:41 AM by Webdeveloper. 1 replies.
Sort Posts: Previous Next
  •  08-21-2006, 4:33 AM 296

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

    How can I access an MS Access database in my ASPX page, if the db is on a remote server?
  •  08-30-2006, 3:41 AM 1130 in reply to 296

    Re: 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.

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems