You must Sign In to post a response.
  • Category: ASP.NET

    Create web application with webforms and mvc

    Is it possible to create web application with both webforms and mvc?
  • #769820
    Yes. It is possible. you can add the MVC services in your existing asp.net web from and use the feature of ASP.NET MVC framework. There is very nice article written by "Dave Paquette". It is very detailed port and he explained in steps how you can integrate the asp.net MVC into asp.net web form.

    https://www.davepaquette.com/archive/2013/12/30/so-you-inherited-an-asp-net-web-forms-application.aspx


  • Sign In to post your comments