asp.net - How to use ASPX page into MVC -


as per requirement, need use existing/provided ascx user controls mvc application. understnad, use these controls, have create aspx traditional page mvc , use these user controls inside aspx page.

i can add webform mvc application.

how can incorporate url added webform ?? appear different url browser other pages of mvc

please suggest me if have take other thing incorporate traditional aspx mvc application.?

thanks

actually asp.net project can host web forms, mvc , web api. it's adding right references whole project. thus, can create traditional .aspx pages in project.

about "difference in urls" when using web forms or mvc, isn't longer true. since asp.net 4.0, web forms supports url routing (follow link).


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -