The asp.net account is a local machine account (local to the server), and
not a domain account.
-Rob Teixeira [MVP]
"EC" <EC (AT) discussions (DOT) microsoft.com> wrote
Quote:
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. "
Quote:
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 atabase
|
Password=dbpass"