DotNetNuke 7 Setup and Installation is pretty much different then its previous versions. Following are the steps to setup a project in DNN latest version (7.0.4):-
copy DNN Community Edition files to C:/websites/dnndev.me (dir used by template)
set folder security permissions
add IIS AppPool\DefaultAppPool with modify rights
add Network Service with modify rights
IIS Manager add website
Site name: dnndev.me
Application pool: DefaultAppPool (check that .Net4)
Host name: www.dnndev.me
Physical path: C:/websites/dnndev.me
IIS Manager add bindings dnndev.me and dnndev
Web Browser: www.dnndev.me with bring up site install (lengthy delay while app compiles)
Do use username Host as a SuperUser Account
Add user account and give it admin rights (under Admin\User Accounts)
Visual Studio prep for building DNN module XXX
Install templates
Run VS as admin
VS\File\New Project
select Templates\Visual Basic\DotNetNuke: DotNetNuke 7 VB.Net DAL2 Compiled Module
Name: XXX
Location: C:\websites\dnndev.me\DesktopModules\
if available Create new solution
uncheck Create directory for solution
uncheck Add to source control
Build project under Debug and again under Release
(should compile without errors, one warning)
Run module by attach it to process (Debug->Attach to process)
0 Comment(s)