diff options
author | Trapulo <Trapulo@users.noreply.github.com> | 2016-03-07 12:06:57 +0100 |
---|---|---|
committer | Trapulo <Trapulo@users.noreply.github.com> | 2016-03-07 12:06:57 +0100 |
commit | 15bddd1a906592e2600b0d595346f49450b56c82 (patch) | |
tree | bd8e6049e758ac32c29cf5a37de81458e2fff8b4 /data | |
parent | 8ba0ffce3cbf8caf310930080245697bdaa7930a (diff) |
IIS secure
Out of the box security on the folder, as htaccess in Apache
Diffstat (limited to 'data')
-rw-r--r-- | data/web.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/web.config b/data/web.config new file mode 100644 index 00000000..80cc488c --- /dev/null +++ b/data/web.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <system.webServer> + <handlers accessPolicy="None" /> + </system.webServer> +</configuration> |