What is meaning of rewriting URL in asp.net?
Why need to rewrite url.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 12, 2011, 1:32 PM
Soft CornerPosted Mar 11, 2011, 2:37 AM
By using URL rewriting, we can intercept an incoming Web request and redirecting the request to a different resource page. When performing URL rewriting, typically the URL being requested is checked and, based on its value, the request is redirected to a different URL.
Check out these articles : - Article1, Article2