- Open Visual Studio 2017.
- Now open the solution from the previous recipe. Click File | Open | Open Project/Solution or press Ctrl + Shift + O and select the Chapter7.RestAPI solution.
- Press Ctrl + Shift + B for a quick build to check everything is fine.
- Now click on the Chapter7.RestAPI solution label. Click File | Add | New Project.
- In the Add New Project template dialog box, expand the Visual C# node in the left pane.
- Select Web and select ASP.NET Web Application (.NET Framework) in the right pane:
- Now, in the Name: textbox type Chapter7.RestAPI.RestMVC as the name and leave the Location: textbox at its default value: ...