ASP Membership Problems
-
hi first of all i want to excuse my bad english. so now my request. i got a problem using the membership system. visual studio 2005 won't connect to the SQL-Database for the user administration. it tells me that i have to install SQL2005 Express to add databases to my project and to work with them correctly. so thats what visual studio tells me, but i have already installed the full version of the SQL Server. so what should i do, that i'm able to use databases in my project? it should be possible to include the server in the "web.config" file, but i'm not so good at XML to set up the "" and other utilities from visual studio, except the one i described, i don't know. PS: and the ASP.net website administrating tool didn't help me... because this have connecting problems to SQL server, too. pls help me greets pdluke thanks ahead
yes -.- im a coding n00b... but i'm learning :-D
-
hi first of all i want to excuse my bad english. so now my request. i got a problem using the membership system. visual studio 2005 won't connect to the SQL-Database for the user administration. it tells me that i have to install SQL2005 Express to add databases to my project and to work with them correctly. so thats what visual studio tells me, but i have already installed the full version of the SQL Server. so what should i do, that i'm able to use databases in my project? it should be possible to include the server in the "web.config" file, but i'm not so good at XML to set up the "" and other utilities from visual studio, except the one i described, i don't know. PS: and the ASP.net website administrating tool didn't help me... because this have connecting problems to SQL server, too. pls help me greets pdluke thanks ahead
yes -.- im a coding n00b... but i'm learning :-D
The problem you are running into is because the Membership provider is looking for "LocalSqlServer" which comes from the machine.config and points to SQLExpress. To correct this can add a clear element only two letters away from being an asset