<?xmlversion="1.0"?>

configuration

<connectionStringsconfigSource="Configuration\dev.conn.config"/>

<appSettingsconfigSource="Configuration\dev.app.config"/>

<system.web

<pagescontrolRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">

<controls

<addtagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>

<addtagPrefix="dotnetCHARTING" namespace="dotnetCHARTING" assembly="dotnetCHARTING"/>

<addtagPrefix="uc" src="~/uc/DatePicker.ascx" tagName="DatePicker"/>

<addtagPrefix="ucBank" src="~/uc/Bank.ascx" tagName="bank"/>

<addtagPrefix="ucAEDashboard" src="~/uc/AEDashboard.ascx" tagName="AEDashboard"/>

<addtagPrefix="ucProdDetails" src="~/uc/ProductionDetails.ascx" tagName="Details"/>

<addtagPrefix="ucProduction" src="~/uc/Production.ascx" tagName="Production"/>

<addtagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>

</controls

</pages

<!--

Set compilation debug="true" to insert debugging

symbols into the compiled page. Because this

affects performance, set this value to true only

during development.

-->

<!--

Set compilation debug="true" to insert debugging

symbols into the compiled page. Because this

affects performance, set this value to true only

during development.

-->

<compilationdebug="true" targetFramework="4.0">

<assemblies

<addassembly="dotnetcharting, Version=5.3.3540.17054, Culture=neutral, PublicKeyToken=af2cd47db69d93bd"/>

<addassembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<addassembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

</assemblies

</compilation

<!--

The <customErrors> section enables configuration

of what to do if/when an unhandled error occurs

during the execution of a request. Specifically,

it enables developers to configure html error pages

to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">

<error statusCode="403" redirect="NoAccess.htm" />

<error statusCode="404" redirect="FileNotFound.htm" />

</customErrors>

-->

<httpHandlers

<addpath="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/>

<addpath="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/>

<addpath="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false"/>

<addpath="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/>

<addpath="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>

</httpHandlers

<httpModules

<addname="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>

<addname="RadCompression" type="Telerik.Web.UI.RadCompression"/>

</httpModules

<customErrorsmode="RemoteOnly" defaultRedirect="~/ErrorPage.aspx"/>

<sessionStatetimeout="60"/>

<httpRuntimemaxRequestLength="100000"/>

<!--

The <authentication> section enables configuration

of the security authentication mode used by

ASP.NET to identify an incoming user.

-->

<authenticationmode="Windows"/>

</system.web

<!--

The system.webServer section is required for running ASP.NET AJAX under Internet

Information Services 7.0. It is not necessary for previous version of IIS.

-->

<system.webServer

<validationvalidateIntegratedModeConfiguration="false"/>

<modules

<removename="RadUploadModule"/>

<removename="RadCompression"/>

<addname="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode,runtimeVersionv2.0"/>

<addname="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode,runtimeVersionv2.0"/>

</modules

<handlers

<removename="ChartImage_axd"/>

<removename="Telerik_Web_UI_SpellCheckHandler_axd"/>

<removename="Telerik_Web_UI_DialogHandler_aspx"/>

<removename="Telerik_RadUploadProgressHandler_ashx"/>

<removename="Telerik_Web_UI_WebResource_axd"/>

<addname="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>

<addname="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>

<addname="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>

<addname="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>

<addname="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>

</handlers

<security

<requestFiltering

<requestLimitsmaxAllowedContentLength="102400000"/>

</requestFiltering

</security

</system.webServer

</configuration