source:
stable/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config
@
17889
Last change on this file since 17889 was 15261, checked in by jkarder, 7 years ago | |
---|---|
File size: 223 bytes |
Rev | Line | |
---|---|---|
[15261] | 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> | |
[15261] | 9 | </configuration> |
Note: See TracBrowser
for help on using the repository browser.