vote up 3 vote down star

I customize a WSS site definitions by tweaking one of the built in definitions. When examining the sts definition, I see it has a configuration "NewWeb" with ID -1, and "Blank" with ID 1. In the sps definition these are defined like this:

<Configuration ID="-1" Name="NewWeb"/>
<Configuration ID="1" Name="Blank">
  <ExecuteUrl Url="_layouts/[%=Web.Language%]/settings.aspx" />
</Configuration>

Does anyone know what significance these have? Should I include them in my custom definition, or may I safely omit them?

flag

1 Answer

vote up 3 vote down check

NewWeb is web that has no template associated with it. Essentially, simply a provisioned URL.

BlankWeb is a template that specifies no lists or libraries

link|flag
1  
These are not mentioned in the webtemp manifest. And why should a null configuration be defined in all templates? Does that make sense? – Øyvind Skaar Feb 9 at 12:20
I think its because the runtime needs to be aware if whether or not a provisioned site has a template. I think its essentially a flag. – Jason Feb 10 at 9:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.