資源簡介
web.config 中新增如下內(nèi)容即可解決 404 無法找到該頁 問題
<system.webServer> <modules runAllManagedModulesForAllRequests="true" /> </system.webServer>
代碼片段和文件信息
評論
共有 條評論
web.config 中新增如下內(nèi)容即可解決 404 無法找到該頁 問題
<system.webServer> <modules runAllManagedModulesForAllRequests="true" /> </system.webServer>
共有 條評論