西西軟件園多重安全檢測下載網(wǎng)站、值得信賴的軟件下載站!
西西首頁 電腦軟件 安卓軟件 電腦游戲 安卓游戲 排行榜 專題合集

UrlRewriter .NET偽靜態(tài)重寫組件(Intelligencia UrlRewriter)

2.0.0.6
  • UrlRewriter .NET偽靜態(tài)重寫組件(Intelligencia UrlRewriter)2.0.0.6
  • 軟件大小:19KB
  • 更新時(shí)間:2012-04-06 17:04
  • 軟件語言:中文
  • 軟件廠商:
  • 軟件類別:國產(chǎn)軟件 / 免費(fèi)軟件 / 服務(wù)器區(qū)
  • 軟件等級(jí):3級(jí)
  • 應(yīng)用平臺(tái):WinXP, WinAll
  • 官方網(wǎng)站:暫無
  • 應(yīng)用備案:
好評(píng):50%
壞評(píng):50%

軟件介紹

在IIS6中.net項(xiàng)目偽靜態(tài)重寫路徑的配置方法圖解和示例。
1、右鍵點(diǎn)擊 要設(shè)置網(wǎng)站的網(wǎng)站
2、屬性 ——》主目錄 ——》配置——》
3、如右側(cè)窗口,找到 .aspx 擴(kuò)展名——》編輯——》復(fù)制 可執(zhí)行文件的路徑——》關(guān)閉
4、點(diǎn)擊 添加——》粘貼 剛復(fù)制的 可執(zhí)行文件路徑
5、擴(kuò)展名填寫 .html (如果是 .htm 或者 任意你想要的擴(kuò)展都可以 前提是以后的應(yīng)用程序擴(kuò)展列表里邊沒有該擴(kuò)展)

6、不選中 確認(rèn)文件是否存在
7、確定
iis6 web.config 偽靜態(tài)配置方法
1、參數(shù)用()括起來,使用 $1 來獲得參數(shù)。
2、多個(gè)參數(shù)的時(shí)候使用&分割。
3、把Intelligencia.UrlRewriter.dll添加到bin目錄

<?xml version="1.0"?>
<configuration>
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
<system.web>
<httpModules>
<add type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" name="UrlRewriter"/>
</httpModules>
</system.web>
<rewriter>
<!--首頁-->
<rewrite url="~/default.html$" to="~/default.aspx" processing="stop"/>
<!--新聞-->
<rewrite url="~/news/list-([A-Za-z0-9-]*).html$" to="~/NewsList.aspx?typeUrl=$1" processing="stop"/>
<rewrite url="~/news/list-([A-Za-z0-9-]*)-([0-9]*).html$" to="~/NewsList.aspx?typeUrl=$1&page=$2" processing="stop"/>
<!--新聞詳細(xì)-->
<rewrite url="~/news/([A-Za-z0-9-]*).html$" to="~/NewsDetail.aspx?url=$1" processing="stop"/>
</rewriter>
</configuration>
軟件標(biāo)簽: 偽靜態(tài)

其他版本下載

發(fā)表評(píng)論

昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
查看所有(0)條評(píng)論 > 字?jǐn)?shù): 0/500

TOP
軟件下載