iis7安装url重写,iis url重写模块

  iis7安装url重写,iis url重写模块

  ?可扩展标记语言版本=1.0 编码=UTF八号?

  配置

  配置部分

  section name= log 4 net type= log 4 net .log 4 net configurationsectionhandler,log4net /

  section name= rewriter require permission= false type= Intelligencia .URL重写器。配置。重写器配置节处理程序,Intelligencia .UrlRewriter /

  /配置部分

  appSettings/

  连接字符串/

  system.web

  超文本传送协议(Hyper Text Transport Protocol的缩写)模块

  添加智能系统.UrlRewriter。重写器HttpModule,Intelligencia .URL重写器 name= URL重写器/

  /http模块

  customErrors mode= Off 默认重定向=错误。aspx /

  pages enableEventValidation= true 验证请求= false /

  站点地图默认提供程序= default enabled= true

  提供者

  add name=default type=System .站点地图文件= web。sitemap securityTrimmingEnabled= true /

  /提供商

  /网站地图

  编译调试=真/

  /system.web

  重写器

  将url=^/$重写为=Default.aspx /

  重写url=~/Search(/?)(.)$ to=~/Search.aspx$1/

  /重写器

  system.webServer

  经理人

  remove name=StaticFile /

  add name= All path= * verb= * modules= isapi module 脚本处理器= C: Windows Microsoft .resource type= Unspecified require access= None preCondition= classic mode,runtimeVersionv2.0,bitness32 /

  add name= static File path= * verb= * modules= static File module,DefaultDocumentModule,目录列表模块 resource type= File require access= Read /

  /处理程序

  /system.webServer

  /配置

iis7安装url重写,iis url重写模块