Brian
Sorry to butt-in but your support for NEWB has helped me fix the same problems. Your check-list was the clincher. I fixed some more problems too.
1 - I didn't physically locate my files in Inetpub, I made another folder on the c:/ drive named INET_DEV this keeps my other web sites untouched.
2 - -I found that [Network Service] was the name to use instead of ASPNET
3 - I was on a new pc and had to go to Windows Explorer, Tools¬[Folder Options]¬View ensure that ‘ Simple File Sharing’ is unchecked. This way you can easily assign rights to the file for the [Network Service] user in NTFS.
3- I also kicked the DNN Install Wizard into touch in the web.config. The DNN Install wizard makes unwanted edits to your web.config and it is unreliable. I found it claimed to approve of my NTFS file permission settings. But it was wrong. Then, even when all was set up correctly, the Install wizard din't start the database scripts.
Making the following mod to web.config gets rid of the wizard, and the db scripts ran-in fine. Up popped the portal!
<!-- Switching off InstallWizard->
<!--<add key="UseInstallWizard" value="true"/> -->
<addkey="UseInstallWizard"value="false"/>
//
Thanks again for all your help. I am not a complete newbie, but this install has taken hours to debug. It would have been much longer without you.
Cheers
Dave