Hello,
i'm fairly new to module creation and deployment, we are working with DNN5 Community and we have 2 test environments and a production IIS server with DNN5 Installed.
I opened the sources of an already created Module in VS2010 and made some changes to it, added Settings and so on, I tested it works great on my test environment, I created the packadge with the wizard in Module Definitions, I changed all the fields I could (Version # and Friendly name) and created my zip file, which contains the .dnn manifest file.
I'm wondering about 2 variables in the manifest file which I would like to change but don't know the effect it may have.
- moduleName
- foldername
I checked this link and it doesn'T give me much info:
http://www.dotnetnuke.com/Resources/W...
what I want to know:
can i just change the "moduleName" and the "folderName" variables in the manifest file (add a 2 at the end for example) save it and deploy it on my Production server and when I install it it would have a different name and folder than the one that's already there?
I don't want to overwrite anything I just want another module and be able to put it on a test page on the prod. site and see if it's working fine, then deploy it on the actual page.
hope it's clear.