asp.net mvc 4 - how can I make my own custum registration, login form? -


i beginner mvc. have started new mvc4 project using internet application template using visual studio 2012. started modifying deafult template make registration, login, form , connected database table have created in sql serever express 2012 using entity framework , changing connect string. connected database , atomatically add table available defuault in database.

[dbo].[system_users]  [dbo].[userprofile]  [dbo].[webpages_membership]  [dbo].[webpages_oauthmembership]  [dbo].[webpages_roles]  [dbo].[webpages_usersinroles] 

when checked putting data in registor form not save on registration database table.

how solve problem? in right way start working on internet application template , modifying it?


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -