Shadowpdx wroteFirst -- Did you modify the web.config app and database sections to reflect your setup?
Two -- You mentioned nothing about setting up permissions - Did you give the proper permissions on the website?
Three -- Why are you creating a virtual directory for DNN?
1. The documentation suggests that it should create a database authomatically when running sql2005 on the default instance with windows authentication. All that should be neccesary is to rename the release.config to web.config - no creating blank databases or anything.
2. Yes, I gave proper permissions to the one and only website that WP Pro lets you have. This is not a server product that lets you run multiple sites.
3. Because I'd expect to be able to house all those files outside the root, because there might be other files I want to have in the root. And it's supposed to work this way.
ar_anand wrote:
If
.NET framework 2.0 has been installed prior to IIS, it throws the
error: "Failed to access IIS metabase" on browsing the site.
To fix this, Reinstall .NET framework 2.0 with the Repair option. Just running aspnet_regiis does not work.
Funny, I've never had that problem in the past on other machines where I've put IIS on after .net2. If dotnet wasn't working how would I have been seeing even the initial error? I guess that something more to try - yet another step.
ar_anand wrote:Unzip
DotNetNuke source zip. Open DotNetNuke.sln in Visual Studio 2005.
Opening the solution automatically configures the virtual directory in
IIS.
But this means having VS on the machine in the first place. I'm aware that I can install a starter kit version (or the whole mega version from the dvd) and do the iis / database setup from within that, but that seems like a rediculous workaround when a plain install scenario "unzip and run" is said to run by the documentation.
You'd think someone would package up an installer for the damned thing.