Just downloaded the latest DNN community edition. (DotNetNuke_Community_06.01.00_Install)
Followed the instructions.
Unzipped the folder
Created the following directory - C:\Users\Randy.Volters\Documents\WebSites\DNNWFSR
Copied the contents of the unzipped folder to the folder DNNWFSR.
Added IIS to the Windows system.
Set up a virtual directory under the Default Site on IIS7.5 (running on Windows 7 Pro), called it DNNWFSR and mapped it to the file path,
C:\Users\Randy.Volters\Documents\WebSites\DNNWFSR
Gave DefaultAppPool full control on the websites folder and subdirectories (security permissions).
Opened IE, went to
http://localhost/DNNWFSR to start the DNN Wizard. Instead I get the following error:
HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.
Details:
Module IIS Web Core Requested URL http://localhost:80/DNNWFSR
Notification AuthenticateRequest Physical Path C:\Users\Randy.Volters\Documents\WebSites\DNNWFSR
Handler StaticFile Logon Method Anonymous
Error Code 0x80070005 Logon User Anonymous
•The user authenticated by the Web server does not have permission to open the file on the file system.
•If the resource is located on a Universal Naming Convention (UNC) share, the authenticated user may not have sufficient share and NTFS permissions, or the permissions on the share may not match the permissions on the physical path.
•The file is encrypted
I've never had much success with IIS, so my track record is intact. Can someone tell me why I am getting this error?
Thanks in Advance !!