Hello,
I have been trying to setup a new solution. Both locally and on a test server. I use an application folder and a visual directory for the files folder.
I then go trough the install wizards with no problems regarding database og creating files folder. But when i are trying to create the administrator user, it never stop spinding and i have a error in the console: "Uncaught SyntaxError: Unexpected token '<' at XMLHttpRequest.createUserEnd (VM10 Default.aspx:167:50)" and the line is the result of the "createUserEnd" function. The line is: "var result = eval("(" + xmlhttp.responseText + ")");"
There is no response due to redirect of the response? (see screenshot)
What am I overlooking?