I'm trying to install DNN 4.0.1 on a Windows 2003 Server SP1 domain controller.
When I go to http://k2.kichline.com/Portal/Install/Install.aspx?mode=Install, I get:
DotNetNuke Configuration Error
Access to the path 'C:\Apps\DotNetNuke\Website\web.config' is denied.
...
If using Windows 2003 - IIS6
- the NT AUTHORITY\NETWORK SERVICE User Account must have Read, Write, and Change Control of the virtual root of your website
When I go to properties/security and try to enter NT AUTHORITY\NETWORK SERVICE, I get:
The following object is not from a domain listed in the Select Location dialog box, and is therefore not valid:
NT AUTHORITY\NETWORK SERVICE
If I try just NETWORK SERVICE I get:
An object named "NETWORK SERVICE " cannot be found. Check the selected object types and location for accuracy and ensure that you typed the object name correctly, or remove this object from the selection.
I've set NT AUTHORITY\NETWORK SERVICE up as a database user successfully, I just cannot use this ID in properties/security. Again, this is an Active Directory Domain Controller, and I think this is a factor. I tried setting read/write/change permissions for IIS_WPG, but this made no difference.
Any suggestions would be appreciated!