-
Notifications
You must be signed in to change notification settings - Fork 22
Developer Environment
johnhenley edited this page Jun 19, 2025
·
6 revisions
Install ASP.NET and web development
workload, which includes .NET Framework 4.8.x and WebForms
Generally, we use Visual Studio but you can now work with the project in VS Code if desired. (requires C# Dev Kit)
(any edition; preferably 2012 or higher)
You need to create your own fork of DNN Community Forums. Within your own fork, recommend creating a branch for each change you are going to make. This makes it much easier to isolate, test and ultimately merge, your pull requests.
Always use at least the minimum supported version; see Dependencies. Install a baseline DNN instance; you can use NvQuickSite as a starting point.
This module is the official forums module for DNN and is used on the official DNN CMS Community website.
- Forums
- Email Notifications
- Polls
- Tags
- Categories
- Attachments
- Setting Up Development Environment
- Implementing Database Changes
- Release Testing
- Release Packaging
- Theme Packaging
- Database Models
- Database model version 8.2
- Previous Versions
- Dependencies