I am looking to dynamically rewrite urls in asp.net C#. I want to read the page name from the database and process the request.
For example PAGENAME: Home .NETPAGE: Default.aspx?page=1
I think it is possible, can someone point me to right direction.