ASP.Net Core 1.0 是否支持 WebForm 项目 [英] Does ASP.Net Core 1.0 support WebForm projects

查看:32
本文介绍了ASP.Net Core 1.0 是否支持 WebForm 项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ASP.Net Core 1.0 是否支持 .Net WebForm 项目?或者它只是一个 MVC 环境?我也可以在那里创建经典的 Web 服务 (asmx) 吗?

Does ASP.Net Core 1.0 support .Net WebForm projects? Or it is an MVC only environment? Also can I create classic web services(asmx) there?

推荐答案

简短回答:不,ASP.NET Core 不包含 Web 窗体或 Web 服务.

Short answer: No, ASP.NET Core does not contain Web Forms or Web Services.

长答案:取决于您对支持"的含义.如果您的目标是在 CoreCLRCoreFX 之上运行 ASP.NET Core 项目,那么答案是否定的:ASP.NET Core 将仅包含对 MVC ja Web API 的支持-projects(在 ASP.NET Core 中是一样的东西).

Long answer: Depends on your meaning of "support". If you aim to run ASP.NET Core project on top of CoreCLR and CoreFX, then the answer is no: ASP.NET Core will contain support only for MVC ja Web API -projects (which are the same thing in ASP.NET Core).

如果您可以在完整的 .NET Framework 上运行,则 ASP.NET Web 窗体可以与 ASP.NET Core 共存.Web 窗体将与它们今天在 System.Web 上的 Web 窗体相同.在这种情况下,您将在 IIS 上的不同项目(普通 ASP.NET 4.x 应用程序)中托管您的 Web 表单,而 ASP.NET Core 将存在于它自己的 Kestrel 应用程序中.

If you can run on full .NET Framework, then ASP.NET Web Forms can co-exist with ASP.NET Core. The Web Forms will be the same Web Forms they are today on System.Web. In this scenario you would host your web forms in a different project (normal ASP.NET 4.x application) on IIS and ASP.NET Core would live in it's own application on Kestrel.

这篇关于ASP.Net Core 1.0 是否支持 WebForm 项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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