I have integrated code of my asp.net application with MVC appilcation. I did integration by following that steps.
- Create new mvc application.
- Copy the code of asp.net application into that MVC application.
Some of my pages using Ajax 3.5 did not working. Like i have used HoverMenuexternder and modalpopupExtender of ajax 3.5 but it will not work after integration.