Posted on 22/06/2022 08:39:35
Hi Adrian,
I'm experiencing the same behaviour, when having a custom controller in an upgraded DW-solution.
When trying to access the page in question, I'm shown the frontpage, but if I use the non-friendly url like /Default.aspx?ID=64, the page is shown correct.
If I setup a new solution in DW 9.13.8 from scratch, the problem does not occur.
I'm using a notificationsubscriber to handle the Controller-part:
if (routeData != null && routeData.RouteHandler.ToString() != "Dynamicweb.Frontend.DynamicwebRouteHandler")
{
myargs.Handled = true;
}
Could you perhaps give a hint about your solution to the problem?
--
Best regards
Kurt Moskjaer Andersen