Installing the module
To install the Jobs module in Sitefinity, perform the following:
-
Build the Visual Studio solution, where the module was developed, by clicking Build Solution from the context menu of the solution.
-
Browse to the bin folder of the solution.
-
Copy the .dll file of the module project to the bin folder inside your Sitefinity folder.
-
Go to the Sitefinity backend (http://<yoursite>/sitefinity).
-
In the main menu, click Administration » Settings » Advanced.
-
In the treeview on the left, click System » ApplicationModules.
-
To register the module, click Create New.
-
In the Name input field and in the Title input field, enter Jobs Module.
-
In the Type field, enter Jobs.JobsModule.
-
In the StartupType field, enter OnApplicationStart.
-
To save your changes, click Save changes.
The module is installed the next time Sitefinity is initialized.