To create a new MVC Tools project, complete the following steps:
- In Visual Studio, select File | New | Project.
- Under Installed Templates, select Visual C#. .NET Framework 4 should be selected in order to create an MVC 4 application.
- Select ASP.NET MVC 4 Web Application (if you haven’t installed this, seeInstalling the MVC Tools Template), enter a name for the application, and click OK.
- The New Asp.NET MVC 4 Project dialog box will open. Select Wijmo Internet Application and click OK.
- Your Wijmo project is created. You'll notice it contains the Models, Views, and Controllers folders, which we will work with in the Wijmo for MVC tutorials.
See Also