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
+ <configSections >
12
+ <sectionGroup name =" devExpress" >
13
+ <section name =" compression" type =" DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
14
+ <section name =" themes" type =" DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
15
+ <section name =" errors" type =" DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
16
+ </sectionGroup >
17
+ </configSections >
18
+ <appSettings />
19
+ <connectionStrings />
20
+ <system .web>
21
+ <!--
22
+ Set compilation debug="true" to insert debugging
23
+ symbols into the compiled page. Because this
24
+ affects performance, set this value to true only
25
+ during development.
26
+ -->
27
+ <compilation targetFramework =" 4.0" debug =" true" >
28
+ <assemblies >
29
+ <add assembly =" System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
30
+ <add assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
31
+ <add assembly =" System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
32
+ <add assembly =" System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
33
+ <add assembly =" DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
34
+ <add assembly =" System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
35
+ <add assembly =" System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
36
+ <add assembly =" DevExpress.Printing.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
37
+ <add assembly =" DevExpress.Data.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
38
+ <add assembly =" DevExpress.RichEdit.v13.1.Core, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
39
+ <add assembly =" DevExpress.Docs.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
40
+ </assemblies >
41
+ </compilation >
42
+ <!--
43
+ The <authentication> section enables configuration
44
+ of the security authentication mode used by
45
+ ASP.NET to identify an incoming user.
46
+ -->
47
+ <authentication mode =" Windows" />
48
+ <!--
49
+ The <customErrors> section enables configuration
50
+ of what to do if/when an unhandled error occurs
51
+ during the execution of a request. Specifically,
52
+ it enables developers to configure html error pages
53
+ to be displayed in place of a error stack trace.
54
+
55
+ <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
56
+ <error statusCode="403" redirect="NoAccess.htm" />
57
+ <error statusCode="404" redirect="FileNotFound.htm" />
58
+ </customErrors>
59
+ -->
60
+ <pages >
61
+ <controls >
62
+ <add tagPrefix =" asp" namespace =" System.Web.UI" assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
63
+ <add tagPrefix =" asp" namespace =" System.Web.UI.WebControls" assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
64
+ </controls >
65
+ </pages >
66
+ <httpHandlers >
67
+ <remove verb =" *" path =" *.asmx" />
68
+ <add verb =" *" path =" *.asmx" validate =" false" type =" System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
69
+ <add verb =" *" path =" *_AppService.axd" validate =" false" type =" System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
70
+ <add verb =" GET,HEAD" path =" ScriptResource.axd" type =" System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate =" false" />
71
+ <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
72
+ </httpHandlers >
73
+ <httpModules >
74
+ <add name =" ScriptModule" type =" System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
75
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
76
+ </httpModules >
77
+ </system .web>
78
+ <system .codedom>
79
+ <compilers >
80
+ <compiler language =" c#;cs;csharp" extension =" .cs" warningLevel =" 4" type =" Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
81
+ <providerOption name =" CompilerVersion" value =" v4.0" />
82
+ <providerOption name =" WarnAsError" value =" false" />
83
+ </compiler >
84
+ <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" warningLevel =" 4" type =" Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
85
+ <providerOption name =" CompilerVersion" value =" v4.0" />
86
+ <providerOption name =" OptionInfer" value =" true" />
87
+ <providerOption name =" WarnAsError" value =" false" />
88
+ </compiler >
89
+ </compilers >
90
+ </system .codedom>
91
+ <!--
92
+ The system.webServer section is required for running ASP.NET AJAX under Internet
93
+ Information Services 7.0. It is not necessary for previous version of IIS.
94
+ -->
95
+ <system .webServer>
96
+ <validation validateIntegratedModeConfiguration =" false" />
97
+ <modules >
98
+ <remove name =" ScriptModule" />
99
+ <add name =" ScriptModule" preCondition =" managedHandler" type =" System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
100
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
101
+ </modules >
102
+ <handlers >
103
+ <remove name =" WebServiceHandlerFactory-Integrated" />
104
+ <remove name =" ScriptHandlerFactory" />
105
+ <remove name =" ScriptHandlerFactoryAppServices" />
106
+ <remove name =" ScriptResource" />
107
+ <add name =" ScriptHandlerFactory" verb =" *" path =" *.asmx" preCondition =" integratedMode" type =" System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
108
+ <add name =" ScriptHandlerFactoryAppServices" verb =" *" path =" *_AppService.axd" preCondition =" integratedMode" type =" System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
109
+ <add name =" ScriptResource" preCondition =" integratedMode" verb =" GET,HEAD" path =" ScriptResource.axd" type =" System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
110
+ <add name =" ASPxUploadProgressHandler" preCondition =" integratedMode" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v13.1, Version=13.1.14.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
111
+ </handlers >
112
+ </system .webServer>
113
+ <runtime >
114
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
115
+ <dependentAssembly >
116
+ <assemblyIdentity name =" System.Web.Extensions" publicKeyToken =" 31bf3856ad364e35" />
117
+ <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 3.5.0.0" />
118
+ </dependentAssembly >
119
+ <dependentAssembly >
120
+ <assemblyIdentity name =" System.Web.Extensions.Design" publicKeyToken =" 31bf3856ad364e35" />
121
+ <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 3.5.0.0" />
122
+ </dependentAssembly >
123
+ </assemblyBinding >
124
+ </runtime >
125
+ <devExpress >
126
+ <compression enableHtmlCompression =" false" enableCallbackCompression =" true" enableResourceCompression =" true" enableResourceMerging =" false" />
127
+ <themes enableThemesAssembly =" true" />
128
+ <errors callbackErrorRedirectUrl =" " />
129
+ </devExpress >
130
+ </configuration >
0 commit comments