01.
<?xml version=
"1.0"
?><!--
02.
Note:
As
an alternative to hand editing this file you can use the
03.
web admin tool to configure settings for your application. Use
04.
the Website->Asp.Net Configuration option in Visual Studio.
05.
A full list of settings and comments can be found in
06.
machine.config.comments usually located in
07.
\Windows\Microsoft.Net\Framework\v2.x\Config
08.
--><configuration>
09.
<connectionStrings>
10.
<add name=
"HomeConnectionString"
connectionString=
"Data Source=Homed;Initial Catalog=HomeDB;Persist Security Info=True;User ID=sa;Password=homehome;Max Pool Size = 1200000"
providerName=
"System.Data.SqlClient"
/>
11.
</connectionStrings>
12.
<system.web>
13.
<!--
14.
Set
compilation debug=
"true"
to insert debugging
15.
symbols into the compiled page. Because this
16.
affects performance, set this value to true only
17.
during development.
18.
19.
Visual Basic options:
20.
Set
strict=
"true"
to disallow all data type conversions
21.
where data loss can occur.
22.
Set
explicit=
"true"
to force declaration of all variables.
23.
-->
24.
<httpHandlers>
25.
<add path=
"Reserved.ReportViewerWebControl.axd"
verb=
"*"
type=
"Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
validate=
"false"
/>
26.
<add verb=
"GET"
path=
"CrystalImageHandler.aspx"
type=
"CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
/></httpHandlers>
27.
<compilation debug=
"true"
strict=
"false"
explicit=
"true"
>
28.
<buildProviders>
29.
<add extension=
".rdlc"
type=
"Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
/>
30.
</buildProviders>
31.
<assemblies>
32.
<add assembly=
"CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
33.
<add assembly=
"CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
34.
<add assembly=
"CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
35.
<add assembly=
"CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
36.
<add assembly=
"CrystalDecisions.Enterprise.Desktop.Report, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
37.
<add assembly=
"CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/>
38.
<add assembly=
"CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"
/><add assembly=
"CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
/></assemblies></compilation>
39.
<pages>
40.
<namespaces>
41.
<clear/>
42.
<add namespace=
"System"
/>
43.
<add namespace=
"System.Collections"
/>
44.
<add namespace=
"System.Collections.Specialized"
/>
45.
<add namespace=
"System.Configuration"
/>
46.
<add namespace=
"System.Text"
/>
47.
<add namespace=
"System.Text.RegularExpressions"
/>
48.
<add namespace=
"System.Web"
/>
49.
<add namespace=
"System.Web.Caching"
/>
50.
<add namespace=
"System.Web.SessionState"
/>
51.
<add namespace=
"System.Web.Security"
/>
52.
<add namespace=
"System.Web.Profile"
/>
53.
<add namespace=
"System.Web.UI"
/>
54.
<add namespace=
"System.Web.UI.WebControls"
/>
55.
<add namespace=
"System.Web.UI.WebControls.WebParts"
/>
56.
<add namespace=
"System.Web.UI.HtmlControls"
/>
57.
</namespaces>
58.
</pages>
59.
<!--
60.
The <authentication> section enables configuration
61.
of the security authentication mode used by
62.
ASP.NET to identify an incoming user.
63.
-->
64.
<authentication mode=
"Windows"
/>
65.
<!--
66.
The <customErrors> section enables configuration
67.
of what to do if/when an unhandled error occurs
68.
during the execution of a request. Specifically,
69.
it enables developers to configure html error pages
70.
to be displayed in place of a error stack trace.
71.
72.
<customErrors mode=
"RemoteOnly"
defaultRedirect=
"GenericErrorPage.htm"
>
73.
<error statusCode=
"403"
redirect=
"NoAccess.htm"
/>
74.
<error statusCode=
"404"
redirect=
"FileNotFound.htm"
/>
75.
</customErrors>
76.
-->
77.
</system.web>
78.
<location allowOverride=
"true"
inheritInChildApplications=
"true"
>
79.
<appSettings>
80.
<add key=
"CrystalImageCleaner-AutoStart"
value=
"true"
/>
81.
<add key=
"CrystalImageCleaner-Sleep"
value=
"60000"
/>
82.
<add key=
"CrystalImageCleaner-Age"
value=
"120000"
/>
83.
</appSettings>
84.
</location>
85.
</configuration>