Easiest way to develop DNN modules? [closed]

2019-08-29 05:27发布

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.

2条回答
\"骚年 ilove
2楼-- · 2019-08-29 06:02

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

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

查看更多
够拽才男人
3楼-- · 2019-08-29 06:15

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

查看更多
登录 后发表回答