hi,
I am developing a asp.net website and I want to define custom URLs for all my existing pages and newly added pages
for ex I want to show www.domain.com/home instead of www.domain.com/home.aspx
and www.domain.com/aboutus instead of www.domain.com/aboutus.aspx
what should I use rewriting or routing and in either case how I can add rules or routes dynamically as admin panel of this site has a option to add pages dynamically
Kind Regards,
Jay