I'm trying to create a categorical domain and populate its categories from a table in a database.
So I did the following:
- Created the table
- Created the domain
- Checked the load categories dynamically
- Filled the rest of the fields
- And also completed a couple of categories manually just to test which categories are loaded
- I completed the Database connection with the db connection string that I already use for the rest of the web app
So far it doesn't work, how can I test which of all these configuration fails?