DNN 4.8 gave me this error when trying to finish the install wizard.
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies. "
I.E just hung forever.
I am using SQL Express
since I have not set up the source install this before I took some quick notes to myself on how to setup the 4.8 source using debug mode on my localhost.
I thought once I got to the Install Wizard I was home free. Instead. I am stuck.
here are my notes of what i did.
Installing the Source Version of DNN 4.8
Download and copy to your website folder that has simple sharing turned off.
Create the virtual dir in IIS to point to the WEBSITE folder of the Source code folder and allow execute and set Default.aspx
Rename the project file with note pad to match the alias (should be the same name of the folder that you extracted the files into)
Open the project and go to view output (optional)
Rename development or release.config to web.config. dev sets debug to true.
Build project
Give asp.net full control of this folder using windows explorer
Go to SQL EXPRESS and copy the name of Server as you log in.
Create a new database.
Create a new user in the security area
Add that user to the db security area and give the user owner rights.
Open the website
As the wizard runs when you get to the database section choose SQL Express paste in the name of the local server and choose sql authentication and put in the username and password from sql.
Test and you are home free.
Well not quite. get failure error.
Accept the fact the there could be a new bug, post the problem and go to bed.