The problem is
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.
Related posts:








1 response so far ↓
1 chrisduff // Oct 7, 2008
if you are using SQL server express on your machine (the same machine where VS 2005 is installed)
open the config file in your website and here it the way the connection string to the database should look like
The security setting is good enough for development but not for live project
Leave a Comment