Is it possible to create web application with both webforms and mvc? Technology Community › Category: ASP.NET › Is it possible to create web application with both webforms and mvc? 0 Vote Up Vote Down VietMX Staff asked 4 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