Click here to Skip to main content
15,887,335 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
hii i have created a website for my project using c# now i want to convert it into ASP.net MVC is this possible to do????what shall i do???help me
Posted

1 solution

You don't say anything about your original site, other than it's written in C#. Which framework did you use? ASP.NET?

In any case, there is no conversion utility to go from one framework to another, like ASP.NET to MVC. You have to rewrite the site from scratch.

Now, if your original site was written correctly, with separation of concerns, then you can reuse some of the code you've already written. If written poorly, you'll be rewriting the entire site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900