/managers/web.config
http://github.com/gmhawash/SSR · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 7b6cda34eb1ee0320152d174f964d632 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <system.web>
- <authorization>
- <allow roles="admin,manager" />
- </authorization>
- </system.web>
- </configuration>