Jon Egerton

Tips tricks and general musings
posts - 2, comments - 0, trackbacks - 0

My Links

News

Article Categories

Archives

EF4.1 Code First and the ASP.Net Membership Service

I'm setting up a new site, and trying out the EF4.1 Code First method. One thing that occurred to me was the using the Entity Initializers to regenerate the DB leads to the asp_net membership tables (and also any sessions state tables) getting zapped.

My preferred strategy is to override the Seed in my EntityInitializer class (which inherits CreateDatabaseIfNotExists) and execute the aspnet_regsql command to recreate the tables in the database.

See my article for more: http://blog.jonegerton.com/articles/ef4_1_code_first_and_the_asp_net_membership_service.aspx

Print | posted on Wednesday, August 17, 2011 10:34 AM |

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: