ASP.Net Web Forms URL routing same page with different URLs – SEO
I am trying to make use of URL routing in my web forms application to make urls more user friendly. I would like to use the following mapping for one of my pages: /services --> common/services.aspx /services/seo --> common/services.aspx#seo /services/hosting…