我怎么能记录我自己的密码注册,登录表格? [英] how can I amke my own custum registration, log in form?

查看:83
本文介绍了我怎么能记录我自己的密码注册,登录表格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是MVC的初学者。我使用Visual Studio 2012使用Internet应用程序模板启动了一个新的MVC4项目。我首先修改了deafult模板,使用Entity框架和我在sql serever express 2012中创建的数据库表进行注册,登录,表单和连接。通过更改连接字符串。它与数据库连接,并自动将defuault提供的表添加到我的数据库中。

[dbo]。[System_Users]

[dbo]。[UserProfile]

[dbo]。[webpages_Membership]

[dbo]。[webpages_OAuthMembership]

[dbo]。[webpages_Roles]

[dbo]。[webpages_UsersInRoles]

当我通过以registor形式放置一些数据进行检查,它不会保存在我的注册数据库表中。我该如何解决这个问题?我是以正确的方式开始使用Internet应用程序模板并进行修改吗?

I am beginner for MVC. I have started a new MVC4 project using the Internet Application template by using Visual Studio 2012. I started by modifying deafult template to make registration, login, form and connected with database table which I have created in sql serever express 2012 by using Entity framework and by changing connect string. it is connected with database and atomatically add those table available by defuault in to my database.
[dbo].[System_Users]
[dbo].[UserProfile]
[dbo].[webpages_Membership]
[dbo].[webpages_OAuthMembership]
[dbo].[webpages_Roles]
[dbo].[webpages_UsersInRoles]
when I checked by putting some data in registor form it does not save on my registration database table. how will I solve this problem? am in the right way start working on Internet Application template and modifying it?

推荐答案

这篇关于我怎么能记录我自己的密码注册,登录表格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆