/VbScript/Web.config

http://github.com/teamaton/toolbelt · Unknown · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · fd7eed9ac67b1b6128247420907ddd7a MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <system.web>
  8. <compilation debug="true" targetFramework="4.0" />
  9. </system.web>
  10. </configuration>