1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ Note: As an alternative to hand editing this file you can use the
4
+ web admin tool to configure settings for your application. Use
5
+ the Website->Asp.Net Configuration option in Visual Studio.
6
+ A full list of settings and comments can be found in
7
+ machine.config.comments usually located in
8
+ \Windows\Microsoft.Net\Framework\v2.x\Config
9
+ -->
10
+ <configuration >
11
+ <appSettings />
12
+ <connectionStrings />
13
+ <system .web>
14
+ <!--
15
+ Set compilation debug="true" to insert debugging
16
+ symbols into the compiled page. Because this
17
+ affects performance, set this value to true only
18
+ during development.
19
+ -->
20
+ <compilation targetFramework =" 4.0" debug =" true" >
21
+ <assemblies >
22
+ <add assembly =" DevExpress.XtraCharts.v15.1.Web, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
23
+ <add assembly =" DevExpress.XtraCharts.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
24
+ <add assembly =" DevExpress.Web.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
25
+ <add assembly =" DevExpress.Charts.v15.1.Core, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
26
+ <add assembly =" DevExpress.Printing.v15.1.Core, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
27
+ <add assembly =" DevExpress.Data.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
28
+ <add assembly =" DevExpress.Utils.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
29
+ <add assembly =" System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
30
+ <add assembly =" DevExpress.XtraEditors.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
31
+ <add assembly =" System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
32
+ <add assembly =" System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
33
+ <add assembly =" System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
34
+ <add assembly =" System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
35
+ <add assembly =" System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
36
+ <add assembly =" System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
37
+ <add assembly =" System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
38
+ <add assembly =" System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
39
+ <add assembly =" System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
40
+ <add assembly =" System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
41
+ <add assembly =" System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
42
+ <add assembly =" System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
43
+ <add assembly =" System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
44
+ <add assembly =" DevExpress.RichEdit.v15.1.Core, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
45
+ </assemblies >
46
+ </compilation >
47
+ <!--
48
+ The <authentication> section enables configuration
49
+ of the security authentication mode used by
50
+ ASP.NET to identify an incoming user.
51
+ -->
52
+ <authentication mode =" Windows" />
53
+ <!--
54
+ The <customErrors> section enables configuration
55
+ of what to do if/when an unhandled error occurs
56
+ during the execution of a request. Specifically,
57
+ it enables developers to configure html error pages
58
+ to be displayed in place of a error stack trace.
59
+
60
+ <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
61
+ <error statusCode="403" redirect="NoAccess.htm" />
62
+ <error statusCode="404" redirect="FileNotFound.htm" />
63
+ </customErrors>
64
+ -->
65
+ <httpModules >
66
+ <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
67
+ </httpModules >
68
+ <httpHandlers >
69
+ <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate =" false" />
70
+ </httpHandlers >
71
+ </system .web>
72
+ <system .webServer>
73
+ <modules >
74
+ <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
75
+ </modules >
76
+ <handlers >
77
+ <add name =" ASPxUploadProgressHandler" preCondition =" integratedMode" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v15.1, Version=15.1.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
78
+ </handlers >
79
+ </system .webServer>
80
+ </configuration >
0 commit comments