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

19 行
476B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <appSettings>
  4. <add key="Environment" value="Development" />
  5. <add key="CacheExpirationYear" value="2030" />
  6. <add key="EnableCacheBusting" value="false" />
  7. <add key="CacheBustParamName" value="v" />
  8. </appSettings>
  9. <system.webServer>
  10. <defaultDocument>
  11. <files>
  12. <clear />
  13. <add value="run-all.asp" />
  14. </files>
  15. </defaultDocument>
  16. </system.webServer>
  17. </configuration>

Powered by TurnKey Linux.