url重寫資料
1,在 ASP.NET 中執行 URL 重寫(作者Msdn)
原文:http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx?mfr=true
介紹:他是利用自訂的註冊自訂 HTTP 模組(HTTP Modules )和 HTTP 處理常式(HTTP Handlers ),實現url重寫的.
2,UrlRewritingNet控制項的簡單使用 (作者http://www.cnblogs.com/aspnetx)
原文:http://www.cnblogs.com/aspnetx/archive/2006/08/11/474233.html
介紹:利用flash介紹開源的UrlRewritingNet(http://www.urlrewriting.net/)如何使用。
3,URL Mapping in ASP.NET 2.0(作者:Mike Gunderloy)
原文: http://www.developer.com/net/asp/article.php/3581326
介紹:文章介紹如何在asp.net2.0中通過配置web.config實現簡單的Url重寫
HttpHandlers and HttpModules的資料
1,HttpHandlers and HttpModules(作者: Chris Kinsman, Jeffrey McManus.)
原文: http://www.awprofessional.com/articles/article.asp?p=25339&seqNum=1&rl=1
介紹:這是一本書C# Developer's Guide to ASP.NET, XML, and ADO.NET
裡面的文章,文章深入淺出的介紹了什麼是HttpHandlers and HttpModules以及如何利用HttpHandlers and HttpModules
2,HTTP Handlers and HTTP Modules in ASP.NET 作者(Mansoor Ahmed Siddiqui)
原文:http://www.15seconds.com/issue/020417.htm
介紹:文章用簡單的執行個體介紹HTTP Handlers 和 HTTP Modules在.net中的簡單使用