1+ <?xml version =" 1.0" encoding =" utf-8" ?>
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 .webServer>
8+ <caching enabled =" false" />
9+ <staticContent >
10+ <mimeMap fileExtension =" .hdr" mimeType =" application/hdr" />
11+ <mimeMap fileExtension =" .obj" mimeType =" application/obj" />
12+ <mimeMap fileExtension =" .dds" mimeType =" application/dds" />
13+ <mimeMap fileExtension =" .tga" mimeType =" application/tga" />
14+ <mimeMap fileExtension =" .fx" mimeType =" application/fx" />
15+ <mimeMap fileExtension =" .babylon" mimeType =" application/babylon" />
16+ <mimeMap fileExtension =" .babylonmeshdata" mimeType =" application/babylonmeshdata" />
17+ <mimeMap fileExtension =" .babylonbinarymeshdata" mimeType =" application/babylonbinarymeshdata" />
18+ <mimeMap fileExtension =" .webp" mimeType =" image/webp" />
19+ <mimeMap fileExtension =" .wdp" mimeType =" image/vnd.ms-photo" />
20+ </staticContent >
21+ <httpCompression >
22+ <dynamicTypes >
23+ <clear />
24+ <add enabled =" true" mimeType =" text/*" />
25+ <add enabled =" true" mimeType =" message/*" />
26+ <add enabled =" true" mimeType =" application/x-javascript" />
27+ <add enabled =" true" mimeType =" application/javascript" />
28+ <add enabled =" true" mimeType =" application/json" />
29+ <add enabled =" true" mimeType =" application/atom+xml" />
30+ <add enabled =" true" mimeType =" application/atom+xml;charset=utf-8" />
31+ <add enabled =" true" mimeType =" application/babylonmeshdata" />
32+ <add enabled =" true" mimeType =" application/babylon" />
33+ <add enabled =" false" mimeType =" */*" />
34+ </dynamicTypes >
35+ <staticTypes >
36+ <clear />
37+ <add enabled =" true" mimeType =" text/*" />
38+ <add enabled =" true" mimeType =" message/*" />
39+ <add enabled =" true" mimeType =" application/javascript" />
40+ <add enabled =" true" mimeType =" application/atom+xml" />
41+ <add enabled =" true" mimeType =" application/xaml+xml" />
42+ <add enabled =" true" mimeType =" application/json" />
43+ <add enabled =" true" mimeType =" application/babylonmeshdata" />
44+ <add enabled =" true" mimeType =" application/babylon" />
45+ <add enabled =" false" mimeType =" */*" />
46+ </staticTypes >
47+ </httpCompression >
48+ </system .webServer>
49+ <system .web>
50+ <compilation debug =" true" targetFramework =" 4.5.2" />
51+ <httpRuntime targetFramework =" 4.5.2" />
52+ </system .web>
53+ <system .codedom>
54+ <compilers >
55+ <compiler language =" c#;cs;csharp" extension =" .cs"
56+ type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
57+ warningLevel =" 4" compilerOptions =" /langversion:6 /nowarn:1659;1699;1701" />
58+ <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb"
59+ type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
60+ warningLevel =" 4" compilerOptions =" /langversion:14 /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
61+ </compilers >
62+ </system .codedom>
63+ </configuration >
0 commit comments