How to Connect a DataBase placed in a PC on my network

  • Thread starter Thread starter Jordan Grego
  • Start date Start date
J

Jordan Grego

When a try to connect in a Database in another PC on my
network the Asp.net gives that error:

"The data base is already open in exclusive mode or you
have not permission to open it".

How can I resolve that problem?
 
Hi Jordan,

It is probably that aspnet account has not enough permissions.
What database? Connection code?
 
¤ When a try to connect in a Database in another PC on my
¤ network the Asp.net gives that error:
¤
¤ "The data base is already open in exclusive mode or you
¤ have not permission to open it".
¤
¤ How can I resolve that problem?

The ASPNET account must have read, write, update and delete access to the folder where the database
is located.


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