Hi,
I have a website working with URL Routing, and i'm having some issues regarding the redirection to the page-not-found webpage when a routing property is not inserted on the correct format.
i.e.:
routes.MapPageRoute("productListEN", "{lang}/products/list/{type}/{page}", "~/product_list.aspx", False, New RouteValueDictionary(New With {.lang = "en", .page = "1"}), New RouteValueDictionary(New With {.lang = "^[a-zA-Z]{2}", .page = "^[0-9]{1,8}"}))
When the user calls a URL like
Go to the complete details ...