Disallow web access to the log directory

This commit is contained in:
Jakob Aarøe Dam 2015-05-04 06:53:34 +02:00
parent 37ba50ba9f
commit c3608fd1bb

View file

@ -115,6 +115,17 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<!-- Deny all users to access the log directory -->
<location path="log">
<system.web>
<authorization>
<deny users="*"/>
<!-- Denies all users -->
</authorization>
</system.web>
</location>
<location path="rdp">
<system.web>
<authorization>