Theme problem with web.config

Discussion in 'ASP.NET 2.0' started by Cornelius, Mar 3, 2007.

  1. I have added a theme to my website inside of the web.config file. All files associated with that theme reside in the App_Themes/MyTheme folder. However, when I run the site on the web I get an error saying it cannot find the theme. The only workaround I have found is that the theme works when it is declared on the top of each page. Is there any way I can fix this so that I can declare the theme in my web.config file so I don't have to mark it on each page?
     
  2. What is the exact error message you are receiving? What does the config for the theme look like in your web.config?


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. I went to recreated the error and everything seems to be working fine. I have no idea what the problem could have been. If it happens again I'll be sure to post all significant information. Thanks for your help.
     

Share This Page