permission to asp.net account on a network folder

From: EC (EC_at_discussions.microsoft.com)
Date: 06/23/04


Date: Wed, 23 Jun 2004 10:57:38 -0700

Hello,

Does anyone know how to give asp.net account permission to access data on another server on the network? I am using the connection string below to connect to an MS Access DB and I am getting error message "The Microsoft Jet database engine cannot open the file '\\servername\folder1\folder2\myDB.mdb'. It is already opened exclusively by another user, or you need permission to view its data. "

Note: I have checked the folder for the Access DB and it does not show the asp.net account for me to give R/W permission.

As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\servername\folder1\folder2\myDB.mdb;Jet OLEDB:Database Password=dbpass"

Thanks.