Re: 2 membership databases



If you are using the static methods - the default provider will be used.

You can use a specific provider using e.g.

Membership.Providers["providername"].AddUser();


-----
Dominick Baier (http://www.leastprivilege.com)

Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)

Hi;

In one portal we have people can request a free demo of our portal
product. To give them a login I need to create a user for them in the
membership database for our portal product.

So in web app GET_DEMO how can I make calls into the membership
database for the portal REPORT_PORTAL? The membership database calls
are all static and seem to assume there is just 1 membership database.

Cubicle Wars - http://www.windwardreports.com/film.htm



.