The last step in creating the Project Module is to add our module to the web.config.

Locate the configuration section group FolioModuleViews in the web.config of your Cartella application. The default settings should be as follows:

CopyC#
<FolioModuleViews>
        <FolioModuleViewMapping>
            <Maps>
                <clear/>
                <add viewName="DocumentModule" moduleID="1" />                
                <add viewName="BlogModule" moduleID="2" />
                <add viewName="GalleryModule" moduleID="3" />
                    <add viewName="ProjectModule" moduleID="5" />
            </Maps>
        </FolioModuleViewMapping>
    </FolioModuleViews>
Important

Make sure you set the moduleID correctly. It should be the id of the record you added to Table_Modules.