Adding ASP.NET Identity to an Empty or Existing Web Forms Project
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Adding ASP.NET Identity to an Empty or Existing Web Forms Project相关的知识,希望对你有一定的参考价值。
By Raquel Soares De Almeida|October 23, 2013
This tutorial shows you how to add ASP.NET Identity (the new membership system for ASP.NET) to an ASP.NET application.
When you create a new Web Forms or MVC project in Visual Studio 2013 RTM with Individual Accounts, Visual Studio will install all the required packages and add all necessary classes for you. This tutorial will illustrate the steps to add ASP.NET Identity support to your existing Web Forms project or a new empty project. I will outline all the NuGet packages you need to install, and classes you need to add. I will go over sample Web Forms for registering new users and logging in while highlighting all main entry point APIs for user management and authentication. This sample will use the ASP.NET Identity default implementation for SQL data storage which is built on Entity Framework. This tutorial, we will use LocalDB for the SQL database.
This tutorial was written by Raquel Soares De Almeida and Rick Anderson ( @RickAndMSFT ).
原文 http://www.asp.net/identity/overview/getting-started/adding-aspnet-identity-to-an-empty-or-existing-web-forms-project
以上是关于Adding ASP.NET Identity to an Empty or Existing Web Forms Project的主要内容,如果未能解决你的问题,请参考以下文章
007.Adding a view to an ASP.NET Core MVC app -- 在asp.net core mvc中添加视图
ASP.NET Identity教程ASP.NET Identity入门
ASP.NET Identity系列教程运用ASP.NET Identity
csharp 来自www.asp.net/mvc/overview/getting-started/introduction/adding-a-controller