I am trying to install DNN 4.5 Source on the machine I use for development. I did the following:
1.) Extracted zip files to C:\DotNetNuke4.5
2.) Created virtual directory in IIS 5.1 and pointed to C:\DotNetNuke4.5
3.) Made sure IIS is using .NET 2.0,
4.) Set permissions for ASPNET User Account under Security tab for DotNetNuke4.5 folder
5.) Created database called DotNetNuke in SQL Server 2005 (not Express version).
6. Created Login/user dnn for DotNetNuke database and set password.
7. Changed file release.config to web.config and set connection string to use uid=dnn and its password. ("source=(local); Database=DotNetNuke;uid=dnn;pwd=thepassword"
When I pointed my browser at http://localhost/DotNetNuke4.5 the install program created a database called DotNetNuke_2 and displayed a message about not having permission to view the page.
How do I do a clean install of DNN 4.5 with source code? I don't want to use a wizard or kit because I want the source code.
I really appreciate your help.