Hi sir,
Is it possible to convert the asp.net website to mvc website? Totally i am having 70 to 80 aspx pages. Kindly give me the solution for this problem.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jul 9, 2014, 2:03 AM
Its not possible. MVC having quite different architecture then ASP.NET web pages.
However you can use these pages in MVC application and develop further using MVC.
Actually there is nothing like server side controls in MVC .