Does ASP.Net Core 1.0 support WebForm projects
问题 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? 回答1: Short answer: No, ASP.NET Core does not contain Web Forms or Web Services. 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). If you can run on full