我正在关注此安装教程
并遇到一个问题。在本教程中,说明如下:
Start Visual Studio 2015. From the File menu,select New > Project.
Select the ASP.NET Web Application project template. It appears under
Installed > Templates > Visual C# > Web. Name the project ContosoBooks
and click OK.
这很好,但在下一步:
In the New ASP.NET Project dialog,select Web Application under
ASP.NET 5 Preview Templates. Also,make sure the Host in the cloud
checkBox is not selected and click OK.
我看不到ASP.NET 5预览模板!
我唯一注意到的是,我的身份验证状态没有验证,但我已经登录,所以我不知道这是什么意思,还是这是否是一个因素。
我安装的Visual Studio版本是“社区2015”。
我已经经历了This Article概述的要素。
我希望有一个更全面的知识的人可以帮助我,因为我没有找到同一个问题的任何线程等,或者可能导致模板丢失。
解决方法
Asp.net 5模板不再存在 – 它们被重命名为Asp.net Core:
ASP.NET 5 is dead – Introducing ASP.NET Core 1.0 and .NET Core 1.0
因此,在创建项目时,不要像视频中那样挑选“ASP.NET Web应用程序”,而是选择“ASP.NET Core Web Application”,然后在下一页上选择3个模板(Empty,Web API, Web应用程序)与视频的asp.net 5预览模板相同