Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <authentication mode="Forms">
  2. <forms name="myForm" loginUrl="LogIn.aspx" path="/" defaultUrl="Home.aspx">
  3. </forms>
  4. </authentication>
  5. <authorization>
  6. <deny users="?"/>
  7. </authorization>
  8.  
  9. <%
  10. Page.User.Identity.IsAuthenticated
  11. %>
Add Comment
Please, Sign In to add comment