Easiest way to develop DNN modules? [closed]

2019-08-29 06:09发布

问题:

What is the easiest way to develop dot net nuke modules ? I tried VS starter kit, but you have to copy modules to the web server and run them there.

Is it possible to setup the dev environment that you could just hit 'F5' and see/debug your module.

回答1:

You need to install and use DNN Website Starterkit to setup dnn in local development environment, and after that, to create modules, you can use module development templates. There are many module development templates available on web. for example: http://christoctemplate.codeplex.com/

So, by using module development template, you can easily create and debug your module. See this like: http://adefwebserver.com/dotnetnukehelp/DNN4_WAP/ for help on same topic



回答2:

Is there a steep by steep guide for total DNN noob ?

I still don't know everything I need and why.