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



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

Answer / Ankur Khare

Yes, it is possible to create a web application that combines both Web Forms and MVC in .NET. This can be achieved by hosting the MVC application within an ASP.NET Web Application project or by using separate projects for each technology (e.g., one project for Web Forms and another for MVC). However, it's essential to ensure that the application is logically organized and avoid conflicts between the two technologies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the security types in asp.net?

1 Answers  


What are sql joins?

1 Answers  


Give some salient points of difference between request processor and request dispatcher.

1 Answers   Tech Mahindra,


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


why security trimming attribute?

1 Answers  


Where would you use an ihttpmodule, and what are the limitations of any?

1 Answers  


Rate yourself in .net and sql database?

1 Answers   BrickRed, Infosys, Satyam, SP Software,


What’s the difference between Response.Write() andResponse.Output.Write()?

1 Answers  


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


Can we set master page as a start page?

1 Answers  


What are client activated objects?

1 Answers  


What is a postback url?

1 Answers  


Categories