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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top