Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <configuration>
- <configSections>
- </configSections>
- <connectionStrings>
- <add name="ApplicationServices" connectionString="data source=sql\dev;Initial Catalog=Typhoeus;Integrated Security=True" providerName="System.Data.SqlClient" />
- <add name="TyphonConnection" connectionString="data source=sql\dev;Initial Catalog=Typhoeus;Integrated Security=True" providerName="System.Data.SqlClient" />
- <add name="TyphoeusConnectionString" connectionString="data source=sql\dev;Initial Catalog=Typhoeus;Integrated Security=True" providerName="System.Data.Sql Client" />
- </connectionStrings>
- <appSettings>
- <add key="BarcodeProAspNet50LicenseOwner" value="*omitted*" />
- <add key="BarcodeProAspNet50LicenseKey" value="*ommited*" />
- </appSettings>
- <system.web>
- <machineKey validationKey="*omitted*" decryptionKey="*omitted*" validation="SHA1" decryption="AES" />
- <httpHandlers>
- <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
- </httpHandlers>
- <httpModules>
- <add name="ScriptModule" type="System.Web.Handlers.ScriptModule,System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35" />
- </httpModules>
- <sessionState allowCustomSqlDatabase="true" cookieless="AutoDetect" mode="SQLServer" sqlConnectionString="Server=sql\dev;Database=ASPState;Integrated Security=true" timeout="20" />
- <customErrors mode="Off" />
- <compilation debug="true" targetFramework="4.0">
- <assemblies>
- <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
- <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
- <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
- <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
- <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
- <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
- <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
- </assemblies>
- <buildProviders>
- <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- </buildProviders>
- </compilation>
- <authentication mode="Forms">
- <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
- </authentication>
- <httpRuntime requestValidationMode="2.0" />
- <membership defaultProvider="Typhon">
- <providers>
- <clear />
- <add name="Typhon" type="Typhon.Security.RegistrationMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="3" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="60" applicationName="Typhon" />
- <add name="Openid" type="Typhon.Security.OpenIdMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="3" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="60" applicationName="Typhon" />
- </providers>
- </membership>
- <profile>
- <providers>
- <clear />
- <add name="AspNetSqlProfileProvider" type="Typhon.Security.RoleManagement" connectionStringName="ApplicationServices" applicationName="Typhon" />
- </providers>
- </profile>
- <roleManager enabled="true" cookieProtection="All" cacheRolesInCookie="false">
- <providers>
- <clear />
- <add connectionStringName="ApplicationServices" applicationName="Typhon" name="AspNetSqlRoleProvider" type="Typhon.Security.RoleManagement" />
- </providers>
- </roleManager>
- <pages viewStateEncryptionMode="Auto" enableEventValidation="false" controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID">
- <controls>
- <add tagPrefix="ajax" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit"></add>
- </controls>
- </pages>
- </system.web>
- <system.webServer>
- <defaultDocument>
- <files>
- <clear />
- <add value="index.aspx" />
- <add value="login.aspx" />
- </files>
- </defaultDocument>
- <modules runAllManagedModulesForAllRequests="true" />
- <validation validateIntegratedModeConfiguration="false" />
- <handlers>
- <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- </handlers>
- </system.webServer>
- </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement