Create a Module Using Templates Prerequisites A local DNN installation with Host permissions. Visual Studio 2015 is the recommended IDE for developing DNN modules. StepsStart a Visual Studio project using DNN templates.Modify the Visual Studio project to add functionality to your new module. Build, debug, and package. Build in debug mode. This build produces .pdb files that are needed when stepping through your code. Debug, if needed. Create the DNN Manifest. Build in release mode. This build creates an installation zip file (your module's package) in the folder Desktop Modules/yourorganization/yourmodule/install. Alternatively, you can manually pack your module. Parent topic: Creating a ModulePrevious topic: Use the Module CreatorNext topic: Start a Visual Studio Project with TemplatesRelated informationMVC Module DevelopmentSPA Module DevelopmentProviders ReferenceDNN API ReferenceDNN Wiki: Module DevelopmentDNN Community Blog: Module Development series by Clinton PattersonUsing the new Module Development Templates for DotNetNuke 7 by Chris Hammond