panyc wrote
Well, I'm back to getting success on the database scripts, but no starting data is being placed in the portals table, so the website can't be viewed. If I try to run install again, I get an error that an xml file can't be found...I presume the xml file holds the initial config data and is deleted after install to prevent overwriting an existing install?
So, I'm back to square one...people suggest I keep trying over and over until it works, but what exactly should I do to "start over"? Do I need to delete all the site files and drop all the dB tables? or is there an easier way to reinitialize an install?
You have to keep installing it over and over again until you have a solid understanding of what is going on :->.
Some important things to understand are...
1) Your DataSource settings are in the web.config file.
2) you MUST make sure you have the NTFS permissions set correctly on the install folder every time you install it. A typical problem with NTFS is inheriting permissions. You should prevent inheriting permissions on your install folder, and just add them manually. ASP.NET and "Network Service" need permission, along with a user that starts IUSR or soemthign like that..not IWAM.
3) Your database file CAN exist in either the install folder OR in the SQL server. I use the SQL server with ID/password rather than integrated login.
4) by default, your database must be empty and called "DotNetNuke". when you go through the install, if all those settings are done properly, the scripts populate the table.
Send me an email if you want some more specific help, we can set up a time to kinda do it while your working on it to make it easier.
Josh