排除“使用主題 css 檔案要求頁上有標題控制項。(例如 )”錯誤

來源:互聯網
上載者:User

使用主題 css 檔案要求頁上有標題控制項。(例如 <head runat="server" />)

原來,生產環境上部署了Theme。
用下面的方法可以為網站某個目錄去掉Theme
    在此目錄下建立一個web.config檔案,在system.web節輸入以下內容:
    <system.web>
  <pages styleSheetTheme="" enableViewState="true"></pages>

    </system.web>

再開啟剛才的頁面,效果已經正常顯示了!

 

主要是全域設定了Theme

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.