Using themed css files requires a header control on the page. (e.g. <head runat=“server” />)

前端 未结 7 1243
没有蜡笔的小新
没有蜡笔的小新 2021-02-12 15:24

I\'m working on asp.net web project. When I run the project, It works correctly. But In server, I got the following error. How to solve this problem?

Using theme         


        
7条回答
  •  一整个雨季
    2021-02-12 16:19

    For me the cause was missing the PrecompiledApp.config file on the live server since I pre-compile sites before uploading.

提交回复
热议问题