FSN#33074 Geen GET toestaan op de UTILS folder voorkomt downloaden

svn path=/Website/trunk/; revision=25610
This commit is contained in:
Jos Groot Lipman
2015-07-09 13:20:14 +00:00
parent 6ad39710b6
commit f85abda067

12
UTILS/web.config Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<verbs>
<add verb="GET" allowed="false" />
</verbs>
</requestFiltering>
</security>
</system.webServer>
</configuration>