摘要: 我使用的是微软的dll在webconfig里是这样设置的<configSections> <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" /> </configSections> <Rew... 阅读全文
posted @ 2007-09-11 15:16 WEBBER 阅读(353) 评论(2) 推荐(0)
摘要: 转自:http://www.nickyma.com/blog/article.asp?id=155本文将通过实例比较ASP.NET下的三种典型URL重写方案——ISAPI重写(使用开源组件IIRF),ASP.NET2.0内置的urlMappings和基于自定义HTTPModule的URL重写(使用NBear.Web中的UrlRewriteModule实现),并探讨URL重写中可能遇到的陷阱及处理办... 阅读全文
posted @ 2007-09-11 14:12 WEBBER 阅读(803) 评论(0) 推荐(0)