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.
17 lines
484 B
17 lines
484 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<httpRedirect enabled="false" />
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
<staticContent>
|
|
<clear />
|
|
<mimeMap fileExtension="." mimeType="text/json" />
|
|
<mimeMap fileExtension=".*" mimeType="text/json" />
|
|
</staticContent>
|
|
</system.webServer>
|
|
<system.web>
|
|
<authorization>
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</configuration> |