1

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.

iosdevnyc
  • 1,873
  • 5
  • 25
  • 48

1 Answers1

1

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

Community
  • 1
  • 1
M4N
  • 94,805
  • 45
  • 217
  • 260