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 or above should be selected in order to create an MVC 5 application.
- Select ASP.NET MVC 5 Web Application (if you haven’t installed this, see Installing the MVC Tools Template), enter a name for the 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.