Good Morning all. This is my first DotNetNuke install. I'm using IIS 5.1, Asp.net 2, DNN 5.0.1.
I was able to install DNN without any major problems (thanks mostly to searching for all my other questions on these forums.) DNN is installed at C:\inetpub\wwwroot\DotNetNuke501. ASP.NET has full control permissions for the DotNetNuke501 folder.
From the server, I can access the site at http://localhost/DotNetNuke501. That opens up the Default.aspx page and my portal is displayed. However, whenever I try to access the site from any other computer, either by IP address or domain, I always get the following error:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
I have placed my domain name as an alias in the DNN settings (under host), I have verified that Default.aspx is the only page listed in IIS (for both my site and Default Web Site, which I hope is correct), and I've verified that ASP.NET is set to 2.0 in IIS.
I am obviously missing something here. Any ideas? I appreciate any help.