URL rewriting data
1. Execute URL rewriting in ASP. NET (Author: msdn)
Http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx? MFR = true
Introduction: it uses custom HTTP modules and HTTP handlers to rewrite URLs.
2, urlrewritingnet controls for easy use (author http://www.cnblogs.com/aspnetx)
Original article: http://www.cnblogs.com/aspnetx/archive/2006/08/11/474233.html
Introduction: use flash to introduce how to use open-source urlrewritingnet (http://www.urlrewriting.net.
3,URL Mapping in ASP. NET 2.0 (Author:Mike gunderloy)
Original article: http://www.developer.com/net/asp/article.php/3581326
Introduction: This article introduces how to configure web. config in ASP. net2.0 to implement simple URL rewriting.
Httphandlers and httpmodules documents
1. httphandlers and httpmodules (by Chris kinsman, Jeffrey McManus .)
Http://www.awprofessional.com/articles/article.asp? P = 25339 & seqnum = 1 & RL = 1
Introduction: this is a book C # developer's Guide to ASP. NET, XML, and ADO. net.
The article briefly introduces httphandlers and httpmodules and how to use httphandlers and httpmodules.
2. Author of HTTP handlers and HTTP modules in ASP. NET (Mansoor Ahmed Siddiqui)
Original article: http://www.15seconds.com/issue/020417.htm
Introduction: This article uses simple examples to introduce the simple use of HTTP handlers and HTTP modules in. net.