hi i m using in global.asxa
routes.MapPageRoute("ProductDetails", "Store/{ProductName}/{pid}/{*extrainfo}", "~/Store/ProductDetails.aspx")
in the folder lot of html files, images, css, etc are there.. when i write the above code in the global.asax, all the links are not working..
wht should i do..