Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I want to develop Medical Project. In my Project I should develop MVC. In Starting I develop Project normally, then i insert MVC to Forms ,is it possible.can i do this

Please anybody reply for this problem
Posted
Comments
Balakrishnan Dhinakaran 16-Dec-11 7:13am    
my vote 5 for your future development in MVC

You first have to convert that web-site into a web application. When you right-click on the web-site node in Visual Studio's Solution Explorer, you should have an option "Convert to Web Application". This is the first step.

The next step is to change the project GUIDs from a basic ASP.NET Web application into MVC application guids, so you get right-click support for adding controllers and views.

Note:
Please dont go with conversion because there are lot of difference between classic asp and MVC So you better rewrite in MVC to avoid lot of errors.
 
Share this answer
 
Comments
RaviRanjanKr 16-Dec-11 14:46pm    
5+
Balakrishnan Dhinakaran 16-Dec-11 23:28pm    
thanks Ravi
MSDN Says "ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns."

Create first web application with MVC ASP.NET[^]
 
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