Hello,
I successfully got the login page to appear at localhost/Login.aspx but I get an error when I try to login with admin/admin or Admin/Admin
I see the following console error but I don't know the cause:
and
companion-bubble.js:1465
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at companion-bubble.js:1465:19726
at Generator.next (<anonymous>)
at Ln (companion-bubble.js:1465:19144)
Any help with figuring out the problem would be appreciated
This looks like permission issue:
Here are the steps to follow:
1. Assign write permissions to the setup folder
2. Remove DeleteToResetPassword.txt file under App_Data folder
3. Restart IIS
It should work.
If the issue still persists, please share all the screenshots.(Including IIS)
thanks for pointing me in the right direction. I got it to work by creating a new admin user named Imagium, giving them write permission on the folder, and using that user to authenticate in the "Connect As" section of IIS
I guess there was some weirdness going on with my existing admin account