ASP.NET theme not rendering correctly

前端 未结 5 1033
小蘑菇
小蘑菇 2021-01-28 06:12

I have a small web application which uses themes. The themes work on host, so on preinit, if the host = a, load x theme, if the host = b, load y theme.

In my code this

5条回答
  •  有刺的猬
    2021-01-28 06:53

    I encountered this problem recently and wrote a quick blog that explains how to get around it. Just in case someone else is having this problem, you just need to authorize the Theme folder in your web.config.

提交回复
热议问题