Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <location>
  2. <system.web>
  3. <authorization>
  4. <deny users="?" />
  5. </authorization>
  6. </system.web>
  7. </location>
  8.  
  9. <authentication mode="Forms">
  10. <forms loginUrl="~/Account/Login" timeout="2880" defaultUrl="~/"/>
  11. </authentication>
  12.  
  13. <configuration>
  14. ...
  15. <system.webServer>
  16. <modules runAllManagedModulesForAllRequests="true">
  17. ...
  18. </modules>
  19. </system.webServer>
  20. </configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement