Hello, I need to access the /{UI}/Shell/Debug/Routes on an EPi-site which has no users in the Administrators-group. Is this possible, or is there a way to add users to the Administrators-group?
I'm trying to debug EPi's routes because some routes (from a custom API-controller) that work perfectly on our development-server are not working on the test-server (404), naturally with the same code.
If you are using aspnet membership provider (default) you can add a row to aspnet_UsersInRoles in the database to link someone in aspnet_Users to the aspnet_Roles Administrators.
Hello, I need to access the /{UI}/Shell/Debug/Routes on an EPi-site which has no users in the Administrators-group. Is this possible, or is there a way to add users to the Administrators-group?
I'm trying to debug EPi's routes because some routes (from a custom API-controller) that work perfectly on our development-server are not working on the test-server (404), naturally with the same code.
Any help is greatly appreciated :)