The XML File is merely a XML Serialization of the main Configuration object. This object contains a few child objects which are also serialized. The resulting structure is pretty straight forward and easy to modify.

<?xml version="1.0" encoding="utf-8"?> <WebConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MSDEServerName>(local)</MSDEServerName> <ShowVisualStudioConfiguration>true</ShowVisualStudioConfiguration> <ShowMSDEConfiguration>true</ShowMSDEConfiguration> <ShowDirectoryPermissionConfiguration>true</ShowDirectoryPermissionConfiguration> <Virtual> <AnonymousUserName /> <AuthNTLM>true</AuthNTLM> <AuthAnonymous>true</AuthAnonymous> <AuthBasic>true</AuthBasic> <DefaultDocuments>default.htm,default.aspx,default.asp</DefaultDocuments> <DomainName>localhost</DomainName> <ErrorMessage /> <ServerType>IIS6</ServerType> <Virtual>WebConifguration</Virtual> <Path>.</Path> <FriendlyName /> <IISPath>IIS://localhost/W3SVC/1/ROOT</IISPath> </Virtual> <ScriptMaps /> <VisualStudioSolutionPath>.\west wind web store.sln</VisualStudioSolutionPath> <VisualStudioWebProjectWebPath>http://localhost/WebConifguration/WebConifguration.csproj</VisualStudioWebProjectWebPath> <DirectoryPermissions> <DirectoryPermission> <Pathname>.</Pathname> <Username>IUSR_RASNOTEBOOK</Username> <UserRights>R</UserRights> <InheritSubDirectories>true</InheritSubDirectories> <OverrideExistingRights>false</OverrideExistingRights> </DirectoryPermission> <DirectoryPermission> <Pathname>.</Pathname> <Username>NETWORKSERVICE</Username> <UserRights>F</UserRights> <InheritSubDirectories>true</InheritSubDirectories> <OverrideExistingRights>false</OverrideExistingRights> </DirectoryPermission> <DirectoryPermission> <Pathname>.</Pathname> <Username>rstrahl</Username> <UserRights>F</UserRights> <InheritSubDirectories>true</InheritSubDirectories> <OverrideExistingRights>false</OverrideExistingRights> </DirectoryPermission> </DirectoryPermissions> <ApplicationName>Web Store Configuration</ApplicationName> <MSDELoginMode>SQLServer</MSDELoginMode> </WebConfiguration>


Last Updated: 10/31/2004