您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

asp.net 实现 URL重写,伪静态

添加时间:2014-12-18 19:52:37  添加: 思海网络 

一,获得Mircosoft URLRewriter.dll:
获得Mircosoft URLRewriter.dll可以到http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx?mfr=true

 下载完毕后,导入工程,我这里没有对该工程做任何修改,保留了原来的重写方式,然后直接在VS2005里面生成.dll文件就可以了。
二,使用该dll文件:
添加引用,搞定。
三,页面方面的设计,这里不在赘述了,我会放一个下载包,有兴趣的朋友下载来看看吧,代码写的比较乱。
四,web.config的配置
这部是非常关键的,也是静态化能否成功的关键。

  1. <?xml version="1.0"?>    
  2. <configuration>    
  3.   <configSections>    
  4.     <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" />    
  5.   </configSections>    
  6.     
  7.   <RewriterConfig>    
  8.         <Rules>    
  9.             <RewriterRule>    
  10.                 <LookFor>~/web/new/type/(.[0-9]*)/.html</LookFor>    
  11.         <SendTo>~/web/new.aspx?id=$1</SendTo>    
  12.             </RewriterRule>    
  13.       <RewriterRule>    
  14.         <LookFor>~/web/index.html</LookFor>    
  15.         <SendTo>~/web/index.aspx</SendTo>    
  16.       </RewriterRule>    
  17.         </Rules>    
  18.     </RewriterConfig>    
  19.     <system.web>    
  20.     <httpHandlers>    
  21.       <add verb="*" path="*.aspx" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />    
  22.       <add verb="*" path="*.html" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />    
  23.     </httpHandlers>    
  24.         <compilation debug="true"/></system.web>    
  25. </configuration>    
  26. 关键字:asp.net、URL、伪静态
分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站