Christoc.com dnnwebservices Module
* Important *
When creating a project using this template, name your project simply "ModuleName", not "Christoc.comModuleName".
Due to limitations in the templating capabilities of Visual Studio, you will need to make some minor changes before you package this module.
- BEFORE checking the module into your source control environment check the following.
- Edit the Project properties by double-clicking on the Properties folder in Solution Explorer
- On the Application tab:
- Make sure the Assembly name textbox is set to "dnnwebservices".
- Make sure the Default namespace is set to "com.christoc.dnn.dnnwebservices".
- On the Web tab:
- Under 'Start Action', make sure to set your Start URL to the correct site (ex: http://dnndev/).
- Under 'Servers', make sure to "Use IIS Web Server" with a project url of http://dnndev/desktopmodules/dnnwebservices and an Override application root URL of http://dnndev/
-
After you have completed the above steps you can delete the Documentation directory from your project.