文章分类 -  URL重写

asp.net url重写
摘要:其实网页有很多的方法。但是我推荐用MS的URLRewriter.dll比较好。具体的步骤:1。下载URLRewriter.dll,放到自己网站项目Bin文件夹中。2。在你网站的web.config.添加以下配置:<configuration> <configSections> <section name="RewriterConfig"type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" /> </configS 阅读全文
posted @ 2010-08-15 13:37 童同 阅读(193) 评论(0) 推荐(1)