Hi,
Let's say I have a SiteDefinition (made in Visual Studio) called X. I deploy the WSP. Then, I made sites using this SiteDefinition X. I have activated some more features in the sites I created.
Now I updated the SiteDefinition X. I deploy the WSP. What happens to the existing sites I made previously from SiteDefinition X:
- Do changes from updated SiteDefinition X get added to these Sites (meaning the features I activated remain in place and also get the changes from updated SiteDefinition X)?
- Do changes from existing sites's SiteDefinition gets reset to this new one (meaning the features I activated in those site gets reset)?
- Nothing happens to them. Only newly created sites will use this recently deployed SiteDefinition X?