Forum

Forum
Admin login not wor...
 
Notifications
Clear all

[Solved] Admin login not working on fresh install

Jon Ewen
New Member
Joined: 1 year ago
Posts: 2
Topic starter  

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:

Failed to load resource: the server responded with a status of 404 (Not Found) bootstrap.min.js:1

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


   
Amrita Kaur
Member Admin
Joined: 3 years ago
Posts: 107
 

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)

This post was modified 1 year ago 2 times by admin

   
Jon Ewen
New Member
Joined: 1 year ago
Posts: 2
Topic starter  

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