Guest User

Untitled

a guest
Jul 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <location path="Form.css">
  2. <system.web>
  3. <authorization>
  4. <allow users="*"/>
  5. </authorization>
  6. </system.web>
  7. </location>
  8.  
  9. <authentication mode="Forms">
  10. <forms name ="WebApp.ASPXAUTH"
  11. loginUrl="login.aspx"
  12. protection="All"
  13. path ="/"/>
  14. </authentication>
  15. <authorization>
  16. <allow users ="*"/>
  17. </authorization>
  18.  
  19. <link rel="stylesheet" src="path of the stylesheet" type="text/css">
Add Comment
Please, Sign In to add comment