Hello
I have made multiple attempts to create a local dnn site but each time, once I get to the Installation page I get the following validation error:
ERROR: DotNetNuke requires SQL 2008 (express or full product) to work.
I have watched Chris Hammon's installation videos, attempted the Web Platform installation, the Webmatrix installation and even attempted an installation tool provided by http://mikevdm.com/dnn.
I am using SQL Express 2008 R2. On the installation page I have used both the express sql Database type as well as the Sql Server by attaching the database.mdf file. I have used the following conncection strings:
Express:connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
Sql Server:connectionString="Data Source=NetworkID\SQLExpress;Initial Catalog=dnndev.me; user id=sa; password=myPass;"
I have attempted every combination of user server name, including (local), .\SqlExpress, NetworkID\sqlExpress, etc but I don't think this is the issue. I am not sure where to go at this point and any help would be appreciated.
Thank you