您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

web.config.uninstall.xdt 275B

1234567
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  3. <configSections xdt:Transform="Remove">
  4. </configSections>
  5. <loggingConfiguration xdt:Transform="Remove">
  6. </loggingConfiguration>
  7. </configuration>