Click here to Skip to main content
15,744,193 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
an u tell me how to use asp.net administration tool
in vs 2005 when i am going for it.


in security tab it is showing like below

"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."


so can u tell me how fix it
Posted

http://msdn.microsoft.com/en-us/library/ms998314[^]

I hope the above information will be helpful. If you have more concerns, please let me know.
 
Share this answer
 
The error message you're seeing describes several possible reasons that you're seeing it. Only you can fix it at this point.
 
Share this answer
 
if for anybody this type of error comes he should do like below as i have done now it is workung

1----first u have to create asp.net sqlserver setup wizard

in windows 7 go to C:\Windows\Microsoft.NET\Framework\v2.0.50727 manualy or through command prompt then click on
aspnet_regsql then it will asked to create asp.net server steps-- next-select setup option. select first radio button--next give servername,authentication like windows authentication or sql server authenticatin and database name---then click next--next and finish
last two teps may very u just check it . once u got there u know how to finish it

2--- go to ur project -web.config and add conection string like
remove name="LocalSqlServer"
add name="LocalSqlServer" connectionstring="server=your srvername;database=database u selected in time of asp net server setup;integrated security=true" providername="System.Data.SqlClient"

now it show work
u can create roles users rules
thats what i do and it works for me


thanks
hope it may work for others
 
Share this answer
 
v3

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