Congratulations! You have created your own DotNetNuke Module. Please take a few minutes to read this document, which will help you install and configure your new module.
Due to limitations in the templating capabilities of Visual Studio, you will need to manually rename a couple of folders before you continue.
Rename /App_Code/ModuleName to /App_Code/EasyDNNRotator
Rename /DesktopModules/ModuleName to /DesktopModules/EasyDNNRotator
This can be accomplished in your development environment by right-clicking the folder name in the Solutions Explorer and selecting Rename from the menu.
In addition, as the main project uses Visual Basic you need to add a <codeSubDirectories> node to your web.config as shown below:
<codeSubDirectories>
<add directoryName="EasyDNNRotator" />
</codeSubDirectories>
This node is in the <system.web><compilation> node, and there is a commented out example in release.config.
The information in this page is only an overview of the DotNetNuke Web Application Framework. For more information, visit www.dotnetnuke.com.