Tag Archives: URL Rewriting

Simple URL Rewriting in ASP.Net with C#

If you are developing some content management site or blog, you require clean URLs for better Search engine ranking. Normally in ASP / ASP.Net we used to pass querystrings to pull the data from database. http://example.com/load_page.aspx?Page=aboutme.aspx But if you are … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , | Leave a comment