| | |
| | | <pages controlRenderingCompatibilityVersion="4.0"/> |
| | | </system.web> |
| | | <system.webServer> |
| | | <modules runAllManagedModulesForAllRequests="true"/> |
| | | <security> |
| | | <requestFiltering> |
| | | <!-- 1GB = 1073741824 --> |
| | |
| | | <remove name="OPTIONSVerbHandler"/> |
| | | <remove name="TRACEVerbHandler"/> |
| | | <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/> |
| | | <!--<add name="HtmlFileHandler" path="*.json,*.terrain" verb="GET" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/>--> |
| | | </handlers> |
| | | <staticContent> |
| | | <remove fileExtension=".wsv"/> |
| | |
| | | <mimeMap fileExtension=".bgltf" mimeType="model/gltf-binary"/> |
| | | <remove fileExtension=".glb"/> |
| | | <mimeMap fileExtension=".glb" mimeType="model/gltf-binary"/> |
| | | <remove fileExtension=".json"/> |
| | | <mimeMap fileExtension=".json" mimeType="application/json"/> |
| | | <!--<remove fileExtension=".json"/> |
| | | <mimeMap fileExtension=".json" mimeType="application/json"/>--> |
| | | <remove fileExtension=".geojson"/> |
| | | <mimeMap fileExtension=".geojson" mimeType="application/json"/> |
| | | <remove fileExtension=".topojson"/> |
| | |
| | | <mimeMap fileExtension=".kmz" mimeType="application/vnd.google-earth.kmz"/> |
| | | <remove fileExtension=".svg"/> |
| | | <mimeMap fileExtension=".svg" mimeType="image/svg+xml"/> |
| | | <remove fileExtension=".terrain"/> |
| | | <mimeMap fileExtension=".terrain" mimeType="application/vnd.quantized-mesh"/> |
| | | <!--<remove fileExtension=".terrain"/> |
| | | <mimeMap fileExtension=".terrain" mimeType="application/vnd.quantized-mesh"/>--> |
| | | <remove fileExtension=".ktx"/> |
| | | <mimeMap fileExtension=".ktx" mimeType="image/ktx"/> |
| | | <remove fileExtension=".crn"/> |