Dynamic URL Rewriting in ASP.net C#

2019-06-04 23:52发布

问题:

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.

回答1:

Have a look at this question: ASP.NET - Url Rewriting vs. Routing