Skip to content

Instantly share code, notes, and snippets.

@MykolaPod
Created February 20, 2017 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MykolaPod/f6dc95f295e487cb030b1ab147cda300 to your computer and use it in GitHub Desktop.
Save MykolaPod/f6dc95f295e487cb030b1ab147cda300 to your computer and use it in GitHub Desktop.
Securing ASP.NET MVC application 1
<system.web>
<authentication mode="None" />
<compilation debug="true" targetFramework="4.6.1" />
<httpRuntime targetFramework="4.6.1" />
<sessionState timeout="2" />
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment