IIS secure

Out of the box security on the folder, as htaccess in Apache
This commit is contained in:
Trapulo 2016-03-07 12:06:57 +01:00
parent 8ba0ffce3c
commit 15bddd1a90
1 changed files with 6 additions and 0 deletions

6
data/web.config Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers accessPolicy="None" />
</system.webServer>
</configuration>