Dynamic URL Rewriting in ASP.net C#
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开发者_JAVA技巧 right direction.
Have a look at this question: ASP.NET - Url Rewriting vs. Routing
精彩评论