Configuration Editor

The Configuration Editor is a relatively new feature in IIS that provides an administrator access to all the elements contained within the applicationHost.config. You may have experienced in the past that there are some configurations that cannot be performed from within the IIS Management console or that the place to make the modification was not easily found. Alternatively, you used AppCmd; PowerShell; or the dangerous way, using a generic text editor. For example, it may not be easy to find where to set batchTimeout, uiCulture, attributes of custom modules, or perhaps an attribute of a custom extended schema. Figure 18.11 shows the Configuration Editor feature.

Refer to the previous “Schema Extensibility” section in this chapter and recall the creation of the custom OwnerInfo schema. If the attributes of this schema need to change, you may be tempted to open the applicationHost.config using Notepad and make the change directly. However, now that you know you can make those modifications using the Configuration Editor, that temptation can be wiped out.

Warning
If you happen to make a typo when modifying any of the configuration files using Notepad that results in a malformed XML file, it can result in a significant amount of time to find where the problem is. Try to use a tool to make changes to the configuration instead of a text editor. ...

Get Professional Microsoft IIS 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.