Advertisement
Guest User

Untitled

a guest
May 31st, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <system.web>
  2. <authentication mode="None" />
  3. <compilation debug="true" targetFramework="4.5" />
  4. <httpRuntime targetFramework="4.5" />
  5. <sessionState mode="InProc" timeout="90"></sessionState>
  6. </system.web>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement