Groups | Blog | Home
all groups > asp.net > september 2006 >

asp.net : Asp.net configuration don't see my database.


craigkenisston NO[at]SPAM hotmail.com
9/30/2006 11:23:25 PM
I started an application using the membership provider from Microsoft.
I ended with two databases, one for my data and other for the
memberships.

I then decided to merge both databases and everything went fine. I
could ran my application and worked perfectly.
But now I need to run the asp.net configuration tool to reset a
password and it doesn't see the users, the roles, nothing. It seems it
is looking for a separate database where it used to store this data,
but that data is not there but in my application data database.

How do I instruct the asp.net configuration tool to look for their
tables in an specific database?
Steven Nagy
10/1/2006 3:13:17 AM
You need to specify the application name in the MembershipProvider
configuration in your web.config.

I have posted about this previously so just search on my name and you
should fine the relevant post.

SN

[quoted text, click to view]
AddThis Social Bookmark Button