How to create MVC4 project and deployment
In this article, I will explain how to create ASP.Net MVC 4.0 Application and the various steps. We will also see that after creation of complete ASP.net MVC 4 application, how to deploy the application on server with simple steps. Here I am going to explain 5 easy steps with snapshots to create and deploy the ASP.net MVC 4 application which will be helpful for all those who are trying to learn the ASP.Net MVC 4 applications.
Creating ASP.Net MVC 4 application is pretty straight forward in Visual Studio .NET. However, it could be slightly confusing to the new users unless you know the projects and solutions work. In this article, I am explaining all the steps involved in creating and deploying an ASP.NET MVC application.
Step 1: Create MVC4 application
Step 2: Publish the MVC 4 application
Step 3: Enter the profile name.
Step 4: Choose separate location for published copy application.
Step 5: Show the file location.
Hope the above steps are clear. You can create an MVC 4 application using Visual Studio as shown above.