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