Author: vHaB | Posted on: 2/19/2010 3:23:19 PM | Views : 910

I have an MVC application which uses the Membership services.


I am importing a user list from another application that doesn't have any sort of Membership use, so I'm just using a csv file for the import, and writing a standalone C# app to do it. 


How do I get the standalone app to use the MVC application's database?  The code works, in that calls to Membership.CreateUser are returning, but I'm not seeing the users appear in the correct database.  So if the database is on my local machine and called "FooBar" how do I tell the Provider to use that instead of whatever default it's using?


TIA.


...

Go to the complete details ...