views:

44

answers:

2

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  A: 

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

lakhlaniprashant.blogspot.com
Where can I get DNN Website Starterkit for DNN 5.5 ?
Primoz
DNN Website Starter kit = VS starter kit ?
Primoz
go to dotnetnuke.codeplex.com, and click on downloads section. you will notice there is "x.x.x - Visual Studio Starter Kit " always there. that s dnn starter kit for visual studio
lakhlaniprashant.blogspot.com
Thank you. I didn't know that DNN Website Starter kit = VS starter kit, just different names for same thing.
Primoz
Do I need to istall DNN in order to use VS starter kit ?
Primoz
A: 

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

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

Primoz
http://adefwebserver.com/dotnetnukehelp/
lakhlaniprashant.blogspot.com
Easiest way to make a simple module http://www.adefwebserver.com/DotNetNukeHELP/DNN5_HelloWorld/Default.htm
notandy