/providers/web.config

http://github.com/gmhawash/SSR · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 1d147e1d10f7d136483888867a620488 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.web>
  4. <authorization>
  5. <allow roles="admin,provider" />
  6. </authorization>
  7. </system.web>
  8. </configuration>