We are currently running the BlogEngine.NET blogging system on our website - version 2.9.1.0 but are struggling to add new users and changing / resetting account passwords.
Initially, we were convinced it was related to read / write permissions to the App_Data folder but we are able to update existing account details.
When trying to add a new user on BlogEngine.NET, we receive the below "toast" notification message: Toast Notification (screen grab)
Google Chrome's Developer Tools console shows an error for POST "/blog/api/users" 500 Internal Server Error and makes reference to the angular.min.js file (we are using AngularJS v1.2.2, that came as part of this version of BlogEngine.NET by default).
When trying to reset a user password on BlogEngine.NET, we receive the following .NET error message: .NET Runtime Error (screen grab)
The application does need read/write permission in order to create users.
And: BlogEngine: Access to the path blog\App_Data\users.xm is denied