ITsVISTA
Information that makes life easier when it comes to installing, managing, and using Windows Vista.
Start About FAQ Blogroll Shop

ITsVISTA KB-Link: KB930451

Internet Information Services 7.0 removes custom values in the Web.config file

When you modify the configuration for any delegated feature, Internet Information Services (IIS) 7.0 removes custom values in the Web.config file.

For example, consider the following scenario. The following information is part of the Web.config file:

<applicationSettings>
    <TestObject.Settings>
      <setting name="TestSetting" serializeAs="String">
        <value>TestValue</value>
      </setting>
    </TestObject.Settings>
</applicationSettings>

You take one of the following actions:

  • You modify a delegated feature from the user interface (UI).
  • You modify the Appcmd.exe file.
  • You modify programmatic means.

In this scenario, the information in the Web.config file changes to the following:

<applicationSettings>
    <TestObject.Settings>
      <setting name="TestSetting" serializeAs="String">
        <value></value>
      </setting>
    </TestObject.Settings>
</applicationSettings>
There is a download that resolves this issue. See Hotfixes for details. This issue is resolved in SP1.

For more information on this issue, including potential causes, workarounds, and resolutions, see: Microsoft KB Article KB930451.

Get notified of new posts for FREE via RSS or E-mail

Subscribe to ITsVISTA!

Comments

  • There are no comments yet...Come on, share your thoughts!

Leave a Comment