I'm trying to install DNN5.0.1 and am having a problem. When I specify the default document (Default.aspx) I get 'The page cannot be found' in IE.
I'm running:
Windows2003Std R2, Spack2
SQL Express 2008
ASP.NET 2.0.50727
IIS6
To install I have done the following:
Create D:\DotNetNuke and granted Domain Admins & NT Authority\Network Service Full Control
Unzip DotNetNuke_Community_05.00.01_Install.zip into the root and confirm existence of D:\DotNetNuke\web.config & default.aspx
Create virtual host by right-click on Default Web Site, New-Virtual Directory
Alias = DotNetNuke
Path = D:\DotNetNuke
Permissions = Read, Run Scripts, Execute
Right-click virtual site, properties:
Remove anonymous access, add Integrated Windows Auth
Add default.aspx to top of list of documents
Select 'ASP 2.0.5727' as the version to use on the ASP.NET tab. (no other version available)
Stop default web site, start default web site
Start IE and browse to http://localhost/dotnetnuke and I get 'The page cannot be found'
If I don't specify default.aspx as the document I get "Directory Listing Denied' which simply means the other default docs don't exist and directory listing isn't allowed.
Any help is appreciated.
X