N
Nathan Sokalski
I am using the Membership feature of ASP.NET 3.5 in Visual Studio 2008 with
SQL Server 2005 Developer Edition. I have created the database in SQL Server
2005 (which is located on my local machine) and run aspnet_regsql to create
the appropriate database objects. However, when I go to Project -> ASP.NET
Configuration in Visual Studio 2008 and go to the Security section, I
recieve the following error message:
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 am not sure why I am recieving this error. I think my connection string in
my Web.config is correct, but I am not sure how to find out for sure. I am
not extremely experienced in database administration, can someone please
help me figure out what I am doing wrong? Thanks.
SQL Server 2005 Developer Edition. I have created the database in SQL Server
2005 (which is located on my local machine) and run aspnet_regsql to create
the appropriate database objects. However, when I go to Project -> ASP.NET
Configuration in Visual Studio 2008 and go to the Security section, I
recieve the following error message:
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 am not sure why I am recieving this error. I think my connection string in
my Web.config is correct, but I am not sure how to find out for sure. I am
not extremely experienced in database administration, can someone please
help me figure out what I am doing wrong? Thanks.