Advertisement
Ortund

Untitled

Jun 13th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <configuration>
  2.   <system.web>
  3.     <compilation debug="true" targetFramework="4.5" />
  4.     <httpRuntime targetFramework="4.5" />
  5.  
  6.     <authentication mode="Forms">
  7.       <forms name="STMan" loginUrl="~/Login.aspx" slidingExpiration="true"></forms>
  8.     </authentication>
  9.   </system.web>
  10.  
  11.   <location path="~/Members">
  12.     <system.web>
  13.       <authorization>
  14.         <deny users="?"/>
  15.       </authorization>
  16.     </system.web>
  17.   </location>
  18.  
  19. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement