8 lines
202 B
XML
8 lines
202 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<!--Disallow script execution for uploaded files-->
|
|
<handlers accessPolicy="Read" />
|
|
</system.webServer>
|
|
</configuration>
|