Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <configuration>
  2.  
  3. <location path="Styles/Site.css">
  4. <system.web>
  5. <authorization>
  6. <allow users="*"/>
  7. </authorization>
  8. </system.web>
  9. </location>
  10.  
  11. <system.web>
  12. <compilation debug="true" targetFramework="4.0" />
  13.  
  14. <authentication mode="Forms">
  15. <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
  16. </authentication>
  17. <authorization>
  18. <allow users="maple,maple2"/>
  19. <deny users="*"/>
  20. </authorization>
  21.  
  22. </configuration>
Add Comment
Please, Sign In to add comment