I want to know if its possible to create urls dynamically in MVC. Example i am building a shopping store in which i have categories and products. Now if i use product before calling category name or product name it works (http://www.example.com/products/mycategory). But i don't want to use products in the center the URL that i require is http://www.example.com/mycategory.
Same this i want for the content pages.
Can any body help me out on this matter.