TomW3017 wrote
I have been pounding on this application for days and searching all the posts and blogs and there is no answer to even other users problems with installing DOTNETNUKE 4.3.6. and SQL2000 Issues with Object reference not set to an instance of an object.
It doesn't work and the document that is refernced in the install to get for more detail installation instructions doesn't even exist.
This post will probably get deleted as they dont even seem to know there own application or even how to write a detailed installation document.
I cant believe Microsoft even promotes this site on the .net site in Msdn.
I agree with you on the Installation document, for novice users that have limited knowledge about SQL server, IIS, ASP.NET, VS2005 or VWD2005 it is very difficult to find a clear walkthrough of all the steps to be taken. Also the list of common errors is far from complete.
I have taken it upon me to rewrite the installation document.. its far easier to point people to a good document, than to keep explaining things over and over
Having said that, if you know what you are supposed to do, installation is extremely easy:
- unzip the appropriate distro to a directory that will be used by IIS as web root for your site (the appropriate distro is the Install version if this is your first install)
- Make sure the appropriate users have the appropriate rights on that folder. The IUSR user needs read rights, the IWAM user needs modify rights. On win xp the IWAM user is ASPNET by default, on win 2003 it is NETWORK SERVICE
- Create a new db in sql server, create a new user, make that user dbowner of the db (this assumes you are using mixed mode authentication on sql server)
- make sure your sql server can be reached by asp.net (firewalls, enabled protocols etc)
- rename release.config to web.config in the folder you put dnn in
- open web.config and make changes to the 2 connectionstrings
- open IIS admin, create a new site (or virtual directory if that suits you better), point it to the folder you installed dnn in, make sure the site is set to the correct asp.net version (1.1. for dnn 3.x, 2.0 for dnn 4.x)
- browse to your site, and watch dnn installing itself
please let me know if these steps do not work for you, if needed you can contact me on msn (support@apollo-software.nl)