I am trying to install dnn locally on my development pc. I am running:
VS 2008
MS SQL 2005
XP
dnn 4.09.00
I created a db named 'DNN3', a new user 'dnn3admin'.
I mapped the new user to the DNN3 table and set role membership to db_owner.
From VS 2008, I start the default page in my browser. I step through the install and select test when available. After the db connection tests positive, I click next and the Installation Scripts page loads. The first time, the page ran for over an hour. So, I updated the connection and app settings and started that process over. Starting the db install overwrote my values to this:
Is there a log I can check? What am I missing?
The db is also owned by 'dbo'. Does having two users checked for db_owner for my db cause a problem?
Thanks.