i thought my problem was as stated above,but i now think i was nver connecting to the right database.
I can not seem to get it to connect to the existsing sql database, it keeps making a new databbase in app_data. i want to get it to connect to my existsing database. i have tried
<remove name="AspNetSqlMembershipProvider>
but
gives me a error saying can not find provider, i have the connection string correct. not sure what going on, i hav done this many times in vs2010
ThatsIT
Participant
1026 Points
388 Posts
Re: dbo.Users and dbo.aspnet_users
Apr 23, 2012 02:27 PM|LINK
i thought my problem was as stated above,but i now think i was nver connecting to the right database.
I can not seem to get it to connect to the existsing sql database, it keeps making a new databbase in app_data. i want to get it to connect to my existsing database. i have tried
<remove name="AspNetSqlMembershipProvider>
but gives me a error saying can not find provider, i have the connection string correct. not sure what going on, i hav done this many times in vs2010