Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2893_BNLR/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config @ 17181

Last change on this file since 17181 was 14748, checked in by jkarder, 7 years ago

#2743: cleaned up

  • updated app configs
  • updated settings
File size: 223 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
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.