Click here to Skip to main content
15,886,809 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I've been trying to create a basic user system for my website, including a login and all the common details that go along with such a page. I tried to use the ASP.NET tool to assist me with this but I immediately get a problem when i click on the Security tab.

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.

i install aspnet_regsql.exe too, but it hasn't helped.

please help me as soon as posible

thanks a lot.
Posted
Updated 2-Oct-11 22:39pm
v2

1 solution

The Problem specifically said that "Unable to connect to SQL Server database." So check your database connection string on the Web.Config file or in the code where you have written.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900