狠狠久久噜噜localhost,dxj久久成国产精品,亚洲午夜久久久精品影院,黄色网站在线观看免费播放观看,www成人,免费操逼的毛片立即可以播放,青青草成人在线观看

萬(wàn)企互聯(lián)-專注高端網(wǎng)站建設(shè)
掃描關(guān)注萬(wàn)企互聯(lián)微信公眾賬號(hào)

掃一掃微信二維碼

服務(wù)器IIS下自定義錯(cuò)誤頁(yè)面配置的兩種方式

系統(tǒng)維護(hù)?2022/2/14? 422

1、首先進(jìn)入你的網(wǎng)站主頁(yè),找到【錯(cuò)誤頁(yè)】(注意是IIS下的錯(cuò)誤頁(yè)不是.NET錯(cuò)誤頁(yè)),雙擊【錯(cuò)誤頁(yè)】

2、這樣就進(jìn)入了錯(cuò)誤頁(yè)面,點(diǎn)擊【編輯】或者雙擊狀態(tài)代碼行,打開(kāi)“編輯自定義錯(cuò)誤頁(yè)面”

3、填寫(xiě)狀態(tài)碼,響應(yīng)操作處選擇第二項(xiàng)【在此網(wǎng)站上執(zhí)行】,輸入U(xiǎn)RL

4、查看錯(cuò)誤頁(yè)面相對(duì)根目錄的位置,按照示例填寫(xiě)就可以的。然后依次設(shè)置其它頁(yè)面

5、當(dāng)然還可以通過(guò)修改配置文件(web.config)來(lái)設(shè)置自定義頁(yè)面,它和上面的配置是對(duì)應(yīng)的。


<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors errorMode="Custom">
            <remove statusCode="502" subStatusCode="-1" />
            <remove statusCode="501" subStatusCode="-1" />
            <remove statusCode="500" subStatusCode="-1" />
            <remove statusCode="412" subStatusCode="-1" />
            <remove statusCode="406" subStatusCode="-1" />
            <remove statusCode="405" subStatusCode="-1" />
            <remove statusCode="403" subStatusCode="-1" />
            <remove statusCode="401" subStatusCode="-1" />
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="401" prefixLanguageFilePath="" path="/ErrorPages/401.html" responseMode="ExecuteURL" />
            <error statusCode="404" prefixLanguageFilePath="" path="/ErrorPages/404.html" responseMode="ExecuteURL" />
            <error statusCode="403" prefixLanguageFilePath="" path="/ErrorPages/403.html" responseMode="ExecuteURL" />
            <error statusCode="405" prefixLanguageFilePath="" path="/ErrorPages/405.html" responseMode="ExecuteURL" />
            <error statusCode="406" prefixLanguageFilePath="" path="/ErrorPages/406.html" responseMode="ExecuteURL" />
            <error statusCode="412" prefixLanguageFilePath="" path="/ErrorPages/412.html" responseMode="ExecuteURL" />
            <error statusCode="500" prefixLanguageFilePath="" path="/ErrorPages/500.html" responseMode="ExecuteURL" />
            <error statusCode="501" prefixLanguageFilePath="" path="/ErrorPages/501.html" responseMode="ExecuteURL" />
            <error statusCode="502" prefixLanguageFilePath="" path="/ErrorPages/502.html" responseMode="ExecuteURL" />
            <error statusCode="503" prefixLanguageFilePath="" path="/ErrorPages/503.html" responseMode="ExecuteURL" />
        </httpErrors>
    </system.webServer>
</configuration>


<error  statusCode="404"  prefixLanguageFilePath=""  path="/ErrorPages/404.html" responseMode="ExecuteURL" />

有兩個(gè)重要的點(diǎn):狀態(tài)碼(statusCode)和路徑(path),填寫(xiě)的時(shí)候要細(xì)心。


文章關(guān)鍵詞
服務(wù)器
IIS
萬(wàn)企互聯(lián) 咸陽(yáng)網(wǎng)站建設(shè) 萬(wàn)企微信 IDC主機(jī)測(cè)評(píng) 域名轉(zhuǎn)發(fā)系統(tǒng) IP地址查詢 萬(wàn)企工具 超越彼岸BEYOND 六佰號(hào)MSDN系統(tǒng) TOP圖標(biāo)庫(kù) 六百號(hào)技術(shù)