Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Services.WebApp.Statistics/3.3/Web.config @ 14754

Last change on this file since 14754 was 14754, checked in by gkronber, 7 years ago

#2650 added r14748 from trunk to branch (change set contains file renames lower case to upper case)

File size: 214 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <system.web>
4    <authorization>
5      <allow roles="Hive User"/>
6      <deny users="*" />
7    </authorization>
8  </system.web>
9</configuration>
Note: See TracBrowser for help on using the repository browser.