mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
12 lines
306 B
XML
12 lines
306 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.web>
|
|
<customErrors mode="Off"/>
|
|
</system.web>
|
|
<system.webServer>
|
|
<defaultDocument enabled="true" />
|
|
<httpErrors errorMode="Detailed"/>
|
|
<urlCompression doDynamicCompression="false"/>
|
|
</system.webServer>
|
|
</configuration>
|