I am looking at a website which has a good URL structure and URL routing is based on the breadcrumb. I would appreciate if some can give me an idea about the about
- database design of this site structure
How can such URL routing be achieved in ASP.Net webform using c# & URL routing
Example of site url
To me it looks like a nested structure of page which can go upto any depth. May be something similar to PageID, ParentPageID in database design.