有人可以帮忙提供此文档的更新说明吗? [英] Can someone please help provide updated instructions to this documentation?

查看:53
本文介绍了有人可以帮忙提供此文档的更新说明吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名初学者,并且正在关注下面的教程,但是在配置成员资格"由于VS 2015不再提供ASP.NET配置工具.如果有人可以协助更新,我将不胜感激. 我应该如何避开这个路障.

I'm a beginner developer, and I was following the tutorial below, but got stuck at "Configuring Membership" as the ASP.NET Configuration tool is no longer available is VS 2015.  I would greatly appreciate it if someone could assist in updating how I should get around this road block.

提前谢谢!

https://msdn.microsoft.com/zh-cn/library/879kf95c.aspx#配置成员身份

https://msdn.microsoft.com/en-us/library/879kf95c.aspx#Configuring Membership

推荐答案

嗨Drausinus,

Hi Drausinus,

Microsoft正在将成员资格系统从成员资格提供程序迁移到 ASP.NET身份.

Microsoft is moving membership system from Membership Provider to ASP.NET Identity.

但是,如果要使用成员资格提供程序,则有一个新的名为 ASP.NET通用提供程序.

However, if you want to use Membership Provider there is a new one called ASP.NET Universal Providers.

ASP.NET通用提供程序支持NuGet程序包,该程序包将在web.config中创建require成员身份标记.

ASP.NET Universal Providers supports NuGet package, and the package will create the requires membership tags in web.config.

 Install-Package Microsoft.AspNet.Providers 

此外,该论坛讨论了Microsoft构建引擎(也称为MSBuild).由于您的问题与Asp.net更为相关,因此您也可以在Asp.net论坛上发布问题以寻求支持.

In addition, this forum discusses the Microsoft build engine aka MSBuild, Since your issue is more related to Asp.net, you could also post your issue on Asp.net forum for support.

https://forums.asp.net/15.aspx/1?Getting+Started

最诚挚的问候,

吴可乐


这篇关于有人可以帮忙提供此文档的更新说明吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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