web.config 中<MicrosoftWebControls>节是干什么用的?
<configSections>
<section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
<MicrosoftWebControls>
<add key="CommonFiles" value="webctrl_client/1_0"></add>
</MicrosoftWebControls>
以上是该节的配置,本人看不懂是什么意思,请解释一下
------解决方案--------------------