Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <authentication mode="Forms">
  2. <forms loginUrl="Index.aspx"
  3. slidingExpiration="true"
  4. defaultUrl="list.aspx"
  5. timeout="600" name=".Auth"
  6. protection="All"/>
  7. </authentication>
  8.  
  9. <system.web>
  10.  
  11. <authentication mode="Forms">
  12. </authentication>
  13.  
  14. <authorization>
  15. <deny users="?"/> <!--acá denegas el acceso a los usuarios anónimos-->
  16. </authorization>
  17.  
  18. </system.web>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement