Hello,
I am trying to perform url rewritting on a website in which articles are coming from a database and the selected article is dynamically displayed on a page using its id in the database. to access the article , the
url would be www.mydomain.com/articles/showEntry.aspx?id=12. Now what i did using UrlRewritting.Net is to have the url displaying www.mydomain.com/articles/12_this-is-my-article.aspx.
I would like to be able to get rid of the 12 in the frontof the new page name and was wondering if somebody has a solution for that. As an example, posts from IIS.net don't have any id information in the page name , so how do they get the right content using simply the
post title? where is the trick?
Thanks in advance for your help.
...
Go to the complete details ...