1

When I run web.mvc project (of asp.net boilerplate template) the following exception is throwed:

Abp.AbpException: There is no permission with name: Pages.Tenants.

I updated database. How to fix these problems? Thank you

uzarra
  • 11
  • 4

1 Answers1

2

You can check AuthorizationProvider of your solution, in SetPermissions method, Permissions are added to the context.

fabrik
  • 14,094
  • 8
  • 55
  • 71