Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <!--
- For more information on how to configure your ASP.NET application, please visit
- http://go.microsoft.com/fwlink/?LinkId=169433
- -->
- <configuration>
- <system.web>
- <roleManager enabled="true" defaultProvider="MyRoleProvider">
- <providers>
- <add name="MyRoleProvider" type="MyRolePovider"/>
- </providers>
- </roleManager>
- <authentication mode="Forms" />
- <compilation debug="true" targetFramework="4.5"/>
- <httpRuntime targetFramework="4.5"/>
- </system.web>
- <appSettings>
- <add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
- </appSettings>
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment