ericccl

Root directory

May 17th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.65 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3.  For more information on how to configure your ASP.NET application, please visit
  4.  http://go.microsoft.com/fwlink/?LinkId=169433
  5.  -->
  6. <configuration>
  7.   <system.web>
  8.     <roleManager enabled="true" defaultProvider="MyRoleProvider">
  9.       <providers>
  10.         <add name="MyRoleProvider" type="MyRolePovider"/>
  11.       </providers>
  12.     </roleManager>
  13.     <authentication mode="Forms" />
  14.     <compilation debug="true" targetFramework="4.5"/>
  15.     <httpRuntime targetFramework="4.5"/>
  16.   </system.web>
  17.  
  18.   <appSettings>
  19.     <add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
  20.   </appSettings>
  21. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment