Unable to connect to SQL Server database

J

James

Hello

I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition.

I have been following 'How To' videos online and I am currently trying to
add Login forms.

When I first go to add a Role, by clicking on the ASP.Net Configuration
button, then select Security like it shows me in the video, it waits for a
long time then comes up with:

There is a problem with your selected data store. This can be caused by an
invalid server name or credentials, or by insufficient permission. It can
also be caused by the role manager feature not being enabled. Click the
button below to be redirected to a page where you can choose a new data
store.

The following message may help in diagnosing the problem: Unable to connect
to SQL Server database.

Can anyone shed some light on to why this is happening as I cannot find
anything about it anywhere.

Many thanks

James
 
J

James

Hi

THanks for your post,

Sorry but I do not understand, connection to what? I am just following the
How To videos from Microsoft. Is there something I should do first?

James
 
P

Patrick.O.Ige

James u can use Windows Auth by going to IIS right clcik on the website >
Directory settings>Edit> Disable Anonymous Access > Enalble Integrated
security
Use one of this connections below
Trusted Connection:

"Data Source=Aron1;Initial Catalog=pubs;Integrated Security=SSPI;"
- or -
"Server=Aron1;Database=pubs;Trusted_Connection=True;"

Now it will use your "MachineName/ASPNET" to connect..
Go to SQLserver logins and add "MachineName/ASPNET" acct.
Go to ur table ,database etc.. and give the acct the required permission.
Hope that helps
Patrick
 
J

James

Hi

thanks for your replies. I actualy found the answer, I needed to download
and install a SQL Server Component, I went to add a SQL Database and it gave
me a link to the download.

Now it works fine

Many thanks

James
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top