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 ?