Wednesday, March 23, 2011
Tricks for URL Rewriting using Request.PathInfo in Asp.Net
To publish cleaner URL in your Asp.Net application you can use URL Rewriting. The most popular reason for URL Rewriting is let you have implemented pages based on query string like http://yourdomain/product.aspx?Brand=Lux. But now you want to change the URL to http://yourdomain/product.aspx/Lux for SEO purpose. There is a lot of way to implement this. One of the easy trick is you can achieve URL
Labels:
asp.net(c#)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment