主頁 > 知識庫 > 偽靜態(tài)web.config配置步驟

偽靜態(tài)web.config配置步驟

熱門標(biāo)簽:電話機(jī)器人廣告話術(shù) 蘇州銷售外呼系統(tǒng)預(yù)算 太原外呼電銷機(jī)器人費(fèi)用 東莞語音電銷機(jī)器人排名 保山電話外呼管理系統(tǒng)怎么用 朝陽市地圖標(biāo)注 使用智能電話機(jī)器人違法嗎 外呼系統(tǒng)用員工身份證 淘寶地圖標(biāo)注如何做
復(fù)制代碼 代碼如下:

?xml version="1.0" encoding="UTF-8"?>
configuration>
!--第一步注冊url重寫模塊放到webconfig的最上部-->
configSections>
section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" />
/configSections>
!--第二步添加重寫規(guī)則-->
RewriterConfig>
!--先制定全部重寫規(guī)則內(nèi)容-->
Rules>
!--制定每個單獨(dú)頁面的規(guī)則-->
RewriterRule>
!--原始請求地址-->
SendTo>![CDATA[~/news.aspx?id=$1pid=$2]]>/SendTo>
!--重寫后的地址-->
LookFor>~/news/(.[0-9]*)/(.[\d]*)\.html/LookFor>
/RewriterRule>
RewriterRule>
!--原始請求地址-->
SendTo>![CDATA[~/product.aspx?pid=$1]]>/SendTo>
!--重寫后的地址-->
LookFor>~/product/(.[\d]*)\.zangdalei/LookFor>
/RewriterRule>
/Rules>
/RewriterConfig>
system.web>
compilation debug="false" targetFramework="4.0">
!--第四部url重寫防止真實的頁面也被重寫如果網(wǎng)站中真實存在頁面,需要添加編譯指令不編譯真實的html文件-->
buildProviders>
add extension=".html" type="System.Web.Compilation.PageBuildProvider" />
/buildProviders>
/compilation>
!--第三部url重寫 將用戶的請求頁面交給相應(yīng)的處理程序,注意請求的后綴名格式-->
httpHandlers>
add verb="*" path="*.html" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
add verb="*" path="*.zangdalei" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
/httpHandlers>
/system.web>
system.webServer>
handlers>
add name="aspnethtml" path="*.html" verb="GET,POST" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
add name="aspnetzangdalei" path="*.zangdalei" verb="GET,POST" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
/handlers>
defaultDocument>
files>
clear />
add value="default.aspx" />
add value="default.html" />
/files>
/defaultDocument>
/system.webServer>
/configuration>
您可能感興趣的文章:
  • asp.net 禁用viewstate在web.config里
  • ASP.NET(C#)應(yīng)用程序配置文件app.config/web.config的增、刪、改操作
  • Web.config(應(yīng)用程序的配置信息)總結(jié)
  • Web.Config文件配置之限制上傳文件大小和時間的屬性配置
  • 基于動態(tài)修改App.Config與web.Config的使用詳解
  • ASP.NET web.config中數(shù)據(jù)庫連接字符串connectionStrings節(jié)的配置方法
  • IIS7.5使用web.config設(shè)置偽靜態(tài)的二種方法
  • 圖解修改IIS web.config配置文件增設(shè)置默認(rèn)文檔的方法
  • web.config配置連接字符串的方法
  • web.config使用方法指南

標(biāo)簽:阿里 潛江 克拉瑪依 運(yùn)城 西藏 洛陽 呼倫貝爾 綏化

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《偽靜態(tài)web.config配置步驟》,本文關(guān)鍵詞  偽,靜態(tài),web.config,配置,步驟,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《偽靜態(tài)web.config配置步驟》相關(guān)的同類信息!
  • 本頁收集關(guān)于偽靜態(tài)web.config配置步驟的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章