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

8 个月前
8 个月前
12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <defaultDocument>
  5. <files>
  6. <add value="index.asp" />
  7. </files>
  8. </defaultDocument>
  9. </system.webServer>
  10. <system.web>
  11. <identity impersonate="true" />
  12. </system.web>
  13. </configuration>

Powered by TurnKey Linux.