Is it possible to create web application with both webforms and mvc?

Technology CommunityCategory: ASP.NETIs it possible to create web application with both webforms and mvc?
VietMX Staff asked 3 years ago

Yes. We have to include below mvc assembly references in the web forms application to create hybrid application.

  • System.Web.Mvc
  • System.Web.Razor
  • System.ComponentModel.DataAnnotations