db file lock problem, permissions help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having a problem with my test server where I get the following message
when i run a simple test app created in VisualStudio.net:
The Microsoft Jet database engine cannot open the file
'E:\WebSites\DamarStone\db\damarstone.mdb'. It is already opened exclusively
by another user, or you need permission to view its data.
I know i need to change a permission. The question is which one and wher do
i find it?
thank oyu
kes
 
Hi Kurt,

Grant Read, Write, and Modify permissions of the db file
to ASPNET account.

Hope it helps,

Elton Wang
(e-mail address removed)
 
¤ I'm having a problem with my test server where I get the following message
¤ when i run a simple test app created in VisualStudio.net:
¤ The Microsoft Jet database engine cannot open the file
¤ 'E:\WebSites\DamarStone\db\damarstone.mdb'. It is already opened exclusively
¤ by another user, or you need permission to view its data.
¤ I know i need to change a permission. The question is which one and wher do
¤ i find it?
¤ thank oyu
¤ kes

In you're not using impersonation it's the ASPNET account under Windows 2000 and NetworkService
under Windows 2003 Server.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top