Peter Mounce
Peter Mounce

Reputation: 4225

Possible to host ASP.NET MVC controllers+views within a webforms project...?

We have a legacy ASP.NET webforms application that we're engaged in stabilising and removing technical debt from. Is it possible to take a hybrid approach - ie, can ASP.NET MVC coexist with webforms within the same web-project?

Are there any gotchas for that? If it is possible, I assume one just has to initialise the routes table, register the ASP.NET MVC handlers, and that's hopefully it...?

Upvotes: 3

Views: 395

Answers (1)

Anton Gogolev
Anton Gogolev

Reputation: 115819

See this question.

Upvotes: 2

Related Questions