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.
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.
Is there a steep by steep guide for total DNN noob ?
I still don't know everything I need and why.
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