Asp.net configuration don't see my database.

C

craigkenisston

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?
 
S

Steven Nagy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top