I'm also new to DNN and have always used VS2003/5/8 in the past. Although I have been greatly impressed with the thought behind the product, the installation process keeps knocking me back which is frustrating. Firstly, I am using a laptop that has installed earlier version of DNN some time ago and there are various folders scattered around with what looks like Source or Deploy/Install installations. I followed your easy DNN installation guide step by step.
1. I created a new folder of the root Websites
2. Then created a new database in SQL Server 2005 Management Studio and assigned a new user to it in (Local)->Security->Logins with WA and assigned it to my new SQL Database.
3. I then created a new virtual directory in IIS5 called DNN_Site and made sure that the default doc is Default.aspx, that Anonymous access is turned on and that it uses ASPNET 2.0
4. Then using Sharing and Security on the physical folder 'websites/dotnetnuke' I assigned modify permissions fr th ASPNET account.
5. Lastly I deleted the web.config and renamed release to web.config. I then modified 'Connection Strings' and 'App Settings' accordingly.
<add name="SiteSqlServer" connectionString="Data Source=(local);Initial Catalog=DNN_CRA;user id=;pwd=;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient" />
<add key="SiteSqlServer" value="Data Source=(local);Initial Catalog=DNN_CRA;user id=;pwd=;AttachDBFilename=|DataDirectory|Database.mdf;" />
Also bearing in mind I am using SQL 2005 and not the Express version.
When I then run http://localhost/DNN_Site and your installation wizard appears. The first two steps are fine (I selected Custom install) but when I get to the 3rd page I get an error when test the DB connection. The error is 'Login failed for user 'mydomain/ASPNET'.
I'm sure you must have seen this many times but whatever I try I cannot get any further. I have VS2005 and VS2008 with .Net 3.5. Although I'm careful to make sure the only .Net 2.0 is set in the installation, could that make a difference?
Would really appreciate your help as I'm looking forward to doing a lot more with your product but for the moment have had to go back to putting things together manually.
Many Thanks
Steve