Hi,
I have a site definition which specifies my custom master pages like this:
<Project...
<Configurations>
<Configuration ID="0" Name="Innovations" CustomMasterUrl="_catalogs/masterpage/Innovations.master" MasterUrl="_catalogs/masterpage/Innovations.master">
...
I have a site collection http://myserver/projects and a sub-site TestSite at
http://myserver/projects/testsite based on that definition above. I save TestSite as a site template and then create a new site Test2 at
http://myserver/projects/test2 from the saved template. All seems to be ok but new site master page is v4.master and not Innovations.master. What's wrong here? Of course I can manually change it to Innovation.master
but isn't it supposed to be done automatically upon site creation?
View Complete Post