Dave Burke : Freelance .NET Web Developer specializing in Online Communities

Quick DotNetNuke install tips

I installed DotNetNuke at least four times from the packaged .ZIP, but it was several weeks and while I installed it from the .ZIP today for a virgin scratch site to test my home-made DNN modules I realized I forgot most of the process.  So this is a review to get DNN working quickly in development.

  1. First thing is to unzip the package into a website subdirectory.
  2. Update the unzipped dotnetnuke.sln  and .webinfo files to reflect the url location for the app
  3. Go into IIS and configure the directory as an application
  4. Create a SQL database.  Be sure the SQL user account accessing the database is owner.
  5. Double click on the dotnetnuke.proj file.  The new DotNetNuke VS.NET project should open without squawking at all.
  6. Update the web.config, changing the default AccessDataProvider to SqlDataProvider and complete the DataProvider connection info.  CasE SensiTive.  Entering SQLDataProvider will generate a runtime.

Funny.  It was here that I was stuck and had forgotten completely how to load the SQL Database script to build the database.  I was looking through the directories when it hit me that all I had to do at this point was fire up the new DNN site and it would know to run the database object setup script automatically.

Done.  Now, time to see if the first DNN Module PA Install ZIP I created today will install correctly....

 

Comments (4) | Post RSS RSS comment feed

Posted on 9/22/2004 9:43:00 PM by Dave Burke
Categories:
Tags: no tags for this post

Related posts

Comments (4) -

9/23/2004 3:13:00 PM Permalink

Nice post Dave. I sat down to install DNN for the first time today and ran into a couple of issues which your checklist helped to solve. Very timely post for me!

Jason

Jason Row |

9/23/2004 11:01:00 PM Permalink

Jason, Excellent!  Glad I could help you.  Thanks for you note.

Dave Burke |

12/8/2004 3:14:00 PM Permalink

Please,  how can I install DotNetNuke using MSDE I have windows XP home, and does not dupport IIS.  I can use MSDE, but how, please help

Wayra |

12/8/2004 7:50:00 PM Permalink

Wayra, I don't use MSDE but a good resource would be to search the DotNetNuke forums at www.asp.net/.../Default.aspx">www.asp.net/.../Default.aspx.  Good luck!

Dave Burke |


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke