Start with SimpleMembership in MVC 4 within visual studio 2012?

SimpleMembership was not developed for extensive customization or integrating to existing databases . To use an existing database you want to create your own membership provider just like you always have in ASP.NET. You can find direction on creating your own membership provider here .

You need to use WebSecurity. InitializeDatabaseFile tell MVC.NET that you already have a database and a Users table. Then, make sure that the provider uses it upon initialization.

So create an ActionFilterAttribute that ensures the Simple Membership provider is initialized, for example.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions