I just installed DNN and received the following on my first start:
If using Windows 2000 - IIS5
- the {Server}\ASPNET User Account must have Read, Write, and Change Control of the virtual root of your website
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
The funny thing: I have Windows 2003 - IIS6 as a standalone server without active directory, and I have the ASPNET user account, but not the NETWORK SERVICE.
For testing, I gave the ASPNET user account full control permissions over all DNN folders, but it still returns above error.
Is it possible DNN tests for the IIS version somewhere and the type of user account dotnet uses depends on other things than IIS? Anybody had this problem or knows where I need to change code?