Bug tracker: Create the folder structure

After you Bug tracker: Create the project, you need to create a folder structure for the project. Thus, the classes and the MVC controllers, views, and models are ordered. Since this sample demonstrates how to configure your app to use MVC areas, you create an Areas folder to store the BugTracker project itself, which the MVC area you register with the Area registration class.

Create the following folder structure:

  • Areas
    • BugTracker
      • Controllers
        In this folder you place your controller classes.
      • Model
        In this folder you place your model classes.
      • Views
        In this folder you place all of your views. They are categorized by the controller that they are used by.
      • Bug
        In this folder you place the views related to the Bug content type.
      • Project
        In this folder you place the views related to the Project content type.
      • Shared
        In this folder you place views that are shared between the other views. For example, the layout view must be placed here.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?