Consolidated ASP Classic MVC framework from best components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
598B

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

Powered by TurnKey Linux.