In web.config, it's possible to specify a new section like so:

Code:
		 <section name="pluto"  type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
My question is: are the 'version', 'culture', 'publickeytoken' attributes necessary? What is the smallest tag I can write to define a new section?