Webconfig and Themes!!!

C

chessitguy

I have this webconfig file that works perfectly, when I build the site
locally:
<connectionStrings/>
<system.web>
<pages theme="TemplateMonster"
masterPageFile="/Intranet/Template.master" />
</system.web>
</configuration>

,but when I copy my site to the remote server I get:

Parser Error Message: Theme 'TemplateMonster' cannot be found in the
application or global theme directories.

My 'Default.css' is located in my /App_Themes/TemplateMonster/ folder.
 
C

chessitguy

Thanks,

What I did was remove the "theme" attribute"
<system.web>
<pages masterPageFile="~/Intranet/Template.master" />
</system.web>

and I now get

The file web.sitemap required by XmlSiteMapProvider does not exist!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top