c# - Simple Membership: can I create a user without referencing webmatrix? -
i have restrictions not reference webmatrix here.
i want create user record in membership tables of simple membership (using ef 5). make easier, have mapped ef models tables.
is possible code without webmatrix ?
edit
i don't want use membership provider.
edit
the system uses simple membership. don't want change that. separate project, want add user database without referencing webmatrix. possible ?
no, cannot use simplemembership without webmatrix simplemembership lives in webmatrix namespace.
you can, however, use number of other membership providers, such original sqlmembershipprovider, universal providers, or number others available.
edit:
yes, can add user database manually. in comments below have included link source simplemembershipprovider.cs, examine code , use same methods in own project.
Comments
Post a Comment