Are product urls stored in the db somewhere or are they generated dynamically?
For example, I see product urls of the form:
http://storename/p-nn-name-of-product.aspx
where the p is used for all products, nn is the product ID assigned by aspdnsf and the product name is the name we gave it with hyphens replacing spaces.
Thanks