I am trying some different basic URL mapping methods for Kentico 12 MVC and I have seen this post: https://devnet.kentico.com/questions/get-treenode-by-url
SelectSingleNode is returning null. When I check my database, the CMS_DocumentAlias table is empty. Is there another table that holds page data with NodeAliasPath?
Once I have found the page I want to map it to the appropriate controller by basing my controller names from the Page Type's code name.
I am relatively new to Kentico and am coming from Sitecore so URL mapping is turning out to be tricky outside of hard coding all routes in the RouteConfig.
I have tried out DevTrev's solution but to no success. From a newbie's perspective, the article and set up instructions are not clear enough. http://www.devtrev.com/Trev-Tips-(Blog)/June-2019/Dynamic-Routing-with-Kentico-MVC-Service-Pack