Major NooB here, so please be gentle with me:
I am attempting to install DNN 3.3.7 on my local server, XP Pro SP2, w/ IIS, ASP 1.1, SQL Server 2000. Here are the steps I have taken so far:
1. Unzipped DotNetNuke_3.3.7_install.zip to c:\inetpub\wwwroot\intranet.
2. Created virtual directory named "DotNetNuke, pointing to c:\inetpub\wwwroot\intranet
3. Set file permissions
4. Modified web.config file to point to local server, and specified uid and password. Added missing line "<add key = "useDnnConfig" value = "true"/>. Changed databaseOwner to login id. Other values were left at the default setting for now.
Browsing to <host>/dotnetnuke returns "Current Assembly Version: 03.03.07
ERROR: Could not connect to database specified in connectionString for SqlDataProvider"
I changed the connection string to the sa account, cleared the browser cache, and browsed to <host>/dotnetnuke again. No change.
Any help would be greatly appreciated.
Thanks,
Mike