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

ANS:- 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

No comments:

Post a Comment