Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/Web.config @ 12428

Last change on this file since 12428 was 12428, checked in by ascheibe, 9 years ago

#2394 added web app and status page to trunk

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