imjyb1008work

formauthentication

May 14th, 2019
2,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. <configuration>
  2.     ...
  3.     <system.web>
  4.         ...
  5.         <authentication mode="Forms">
  6.             <forms loginUrl="Login.aspx"
  7.               defaultUrl="Default.aspx" />
  8.         </authentication>
  9.         ...
  10.         <authorization>
  11.             <deny users="?"/>
  12.             <allow users="*"/>
  13.         </authorization>
  14.         ...
  15.     </system.web>
  16.     ...
  17. </configuration>
Add Comment
Please, Sign In to add comment