Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config @ 16796

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

#2522: merged trunk changes from r13402:15972 to branch resolving conflicts where necessary

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