Friday, March 12, 2010

Modify the default size of Site Template

When you want to save a site as a template with the content, you may meet this problem that the size of your size exceeds the default size allowed. The default value is 10MB. But you can change it use the stsadm command.
stsadm -o setproperty -pn max-template-document-size -pv 20000000
Now, you save the content as much as 20MB. But according to the suggestion of Joel Oleson, it's better not to exceed 24MB. Try it on your Dev server first.

No comments:

Post a Comment