简体   繁体   English

具有完整框架的ASP NET Core 2

[英]ASP NET Core 2 with Full Framework

I am unable to find any documentation, or examples, of an ASP.NET MVC Core app running under the full framework. 我无法找到在完整框架下运行的ASP.NET MVC Core应用程序的任何文档或示例。 It is supposed to be supported, but as I said I cannot find any documentation of how to configure a project for this, and have not been able to work it out myself. 它应该得到支持,但正如我所说,我找不到任何关于如何为此配置项目的文档,并且无法自己解决。

Has anyone got this working and can provide advice/sample on what needs to be done? 有没有人有这个工作,可以提供有关需要做什么的建议/样品?

I am able to create/run ASP.NET Core 2.0 project with Full .NET framework 4.6.1, I followed below steps- 我能够使用Full .NET framework 4.6.1创建/运行ASP.NET Core 2.0项目,我按照以下步骤 -

  1. Created new project using ASP.NET Core web application under Web category- 使用Web类别下的ASP.NET Core Web应用程序创建新项目 -

步骤1

  1. On 2nd step, selected Web Application (Model-View-Controller) 第二步,选择Web应用程序(模型 - 视图 - 控制器)

第2步

  1. csproj looks like this- <TargetFramework>net461</TargetFramework> csproj看起来像这样 - <TargetFramework>net461</TargetFramework>

第三步:

My Environment is- 我的环境是 -

  • Visual Studio 2017 Community 15.3.3 version Visual Studio 2017社区15.3.3版本

  • .NET Core 2.0 SDK .NET Core 2.0 SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在完整的.NET框架上测试Asp.Net Core - Testing Asp.Net Core on full .NET framework 在完整的.NET Framework 4.6中使用ASP.NET Core功能 - Using ASP.NET Core features in full .NET Framework 4.6 ASP.NET Core使用EF6和Identity定位完整框架 - ASP.NET Core targeting full framework with EF6 and Identity 具有完整.NET Framework(.NET 4.7)的ASP.NET Core的简单注入器 - Simple Injector with ASP.NET Core With Full .NET Framework (.NET 4.7) 完整.NET Framework上ASP.NET Core项目内的NuGet文件夹中的参考DLL - Reference DLL from NuGet folder inside ASP.NET Core project on full .NET framework 在针对完整.NET Framework的asp.net Core应用上使用SignalR - Using SignalR on an asp.net Core app that targets the full .NET Framework 配置由Asp.Net Core 2.0 App调用的完整框架程序集? - Configuring Full framework assemblies called by Asp.Net Core 2.0 App? System.Web可以与带有完整框架的ASP.Net Core一起使用 - Can System.Web be used with ASP.Net Core with Full Framework 在完整的 .NET Framework 中在 Prism 中注册 EF Core - Register EF Core in Prism in full .NET Framework ASP.NET CORE(.NET Framework)和本地化 - ASP.NET CORE (.NET Framework) and Localization
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM