Recently I upgraded from V7 to v8 and noticed that the URL format of the product pages are different This is problematic because we have a custom control that depends on the previous URL format.
In V7 product pages were:
"pc-[product number]-[category number]-[product name].aspx"
In V8 product pages are:
"p-[product number]-[product name.aspx]"
It is also important that we preserve this url structure because all of our cached pages in the search engines have the v7 format and we don't want to have to setup a bunch of redirects if we don't have to before pushing live. Please let us know how we can elegantly modify AspDNSF without modifying the back-end code in SE.cs etc.
Thanks in advance!