New Data Connection in Visual Studio.NET project

K

kmiller

When I attempt to create a new Data Connection (SQL Server
database) through my .NET project (via the Server
Explorer), I get the following error message:

ADO Error: '

[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not
exist or access denied.'

I have admin rights on the machine.

Any help is greatly appreciated.

K
 
D

dee

When the .Net framework accesses SQL server db it does so
using the user name "ASPNET". Set up permissions for this
user account on the db (using the SQL server enterprise
manager) and give it a shot.
 

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

Top