For URL rewriting, related links: http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx
Execute URL rewriting in ASP. NET
Release date: 8/23/2004 | Updated on: 8/23/2004
Scott Mitchell
4guysfromrolla.com
Applicability:
Microsoft ASP. NET
Summary: Describes how to use Microsoft ASP. NET to perform dynamic URL rewriting. URL rewriting is the process of intercepting incoming Web requests and automatically redirecting requests to other URLs. Discusses various technologies for implementing URL rewriting, and introduces some actual conditions for executing URL rewriting.
Download the source code of this article.
Content on this page
|
introduction |
|
common URL rewriting usage |
|
what happens when a request arrives at iis |
|
implement URL rewriting |
|
build a URL rewriting engine |
|
use the URL rewriting engine to perform simple URL rewriting |
|
Create a URL with a true "deletable" |
|
conclusion |
|
references |