It should be an easy question ,
I am building a site under IIS , For one part of it inside a subdirectory like \blog I turned it to a vitual directory .
the root folder has its own web.config and the blog sub Folder has its own .
in the root’s web.config I used :
<pages theme='DefaultTheme'>
and the sub folder seems to be affected by that , it causes an error telling I don’t have this theme .
What is the solution ?
Look into the:
elements that can be loaded into the web.config. Not everything will work under it, but you might be able to override the subfolder to have no theme. Either that or maybe you can restrict the theme to only the top level folder with those tags?