I have an Identity Manager that is configured and running locally while working with ASP.NET Identity. I have a SQL Server 2012 database for the backend. I can create a user and get the list back, however whenever I try to create a role, edit the user or list the roles that I get:
Allow CREATE DATABASE in the "master" database.
The user that I have in the connection string is a valid SQL login and is the user in the database that Identity Manager points to (and obviously can log in as I can see the user in the database table), however this seems to be for these actions, the database states that the user connection has not received permission.
I am running the application pool for the identity manager in AppPoolIdentity.
Appreciate any help.
source
share