3
3
http://go.microsoft.com/fwlink/?LinkId=169433
4
4
-->
5
5
<configuration >
6
- <configSections >
7
- <sectionGroup name =" devExpress" >
8
- <section name =" themes" type =" DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
9
- <section name =" compression" type =" DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
10
- <section name =" settings" type =" DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
11
- <section name =" errors" type =" DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
12
- <section name =" resources" type =" DevExpress.Web.ResourcesConfigurationSection, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
13
- </sectionGroup >
14
- </configSections >
6
+ <configSections >
7
+ <sectionGroup name =" devExpress" >
8
+ <section name =" themes" type =" DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
9
+ <section name =" compression" type =" DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
10
+ <section name =" settings" type =" DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
11
+ <section name =" errors" type =" DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
12
+ <section name =" resources" type =" DevExpress.Web.ResourcesConfigurationSection, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission =" false" />
13
+ </sectionGroup >
14
+ </configSections >
15
15
<connectionStrings >
16
- <add name =" ConnectionString" connectionString =" Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\nwind.mdb"
17
- providerName =" System.Data.OleDb" />
18
- </connectionStrings >
19
- <!--
16
+ <add name =" ConnectionString" connectionString =" Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\nwind.mdb" providerName =" System.Data.OleDb" />
17
+ </connectionStrings >
18
+ <!--
20
19
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
21
20
22
21
The following attributes can be set on the <httpRuntime> tag.
23
22
<system.Web>
24
23
<httpRuntime targetFramework="4.5.2" />
25
24
</system.Web>
26
25
-->
27
- <system .web>
28
- <pages controlRenderingCompatibilityVersion =" 4.0" >
29
- <controls >
30
- <add tagPrefix =" ef" assembly =" Microsoft.AspNet.EntityDataSource" namespace =" Microsoft.AspNet.EntityDataSource" />
31
- </controls >
32
- </pages >
33
- <compilation debug =" true" targetFramework =" 4.5.2 " >
34
- <assemblies >
35
- <add assembly =" DevExpress.Web.ASPxPivotGrid.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36
- <add assembly =" DevExpress.PivotGrid.v22.1.Core, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
37
- <add assembly =" DevExpress.Data.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
38
- <add assembly =" DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
39
- <add assembly =" DevExpress.Printing.v22.1.Core, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
40
- <add assembly =" System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
41
- <add assembly =" System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
42
- <add assembly =" DevExpress.RichEdit.v22.1.Core, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
43
- <add assembly =" DevExpress.Web.ASPxThemes.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
44
- </assemblies >
45
- </compilation >
46
- <httpModules >
47
- <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
48
- </httpModules >
49
- <httpHandlers >
50
- <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb =" GET,POST" path =" DX.ashx" validate =" false" />
51
- <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
52
- </httpHandlers >
53
- </system .web>
54
- <system .webServer>
55
- <modules >
56
- <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
57
- </modules >
58
- <validation validateIntegratedModeConfiguration =" false" />
59
- <handlers >
60
- <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb =" GET,POST" path =" DX.ashx" name =" ASPxHttpHandlerModule" preCondition =" integratedMode" />
61
- <add name =" ASPxUploadProgressHandler" preCondition =" integratedMode" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.1 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
62
- </handlers >
63
- </system .webServer>
64
- <devExpress >
65
- <themes enableThemesAssembly =" true" styleSheetTheme =" " theme =" Office365" customThemeAssemblies =" " baseColor =" " font =" " />
66
- <compression enableHtmlCompression =" false" enableCallbackCompression =" true" enableResourceCompression =" true" enableResourceMerging =" true" />
67
- <settings doctypeMode =" Xhtml" rightToLeft =" false" accessibilityCompliant =" false" checkReferencesToExternalScripts =" true" protectControlState =" true" ieCompatibilityVersion =" edge" />
68
- <errors callbackErrorRedirectUrl =" " />
69
- </devExpress >
70
- </configuration >
26
+ <system .web>
27
+ <pages controlRenderingCompatibilityVersion =" 4.0" >
28
+ <controls >
29
+ <add tagPrefix =" ef" assembly =" Microsoft.AspNet.EntityDataSource" namespace =" Microsoft.AspNet.EntityDataSource" />
30
+ </controls >
31
+ </pages >
32
+ <compilation debug =" true" targetFramework =" 4.8 " >
33
+ <assemblies >
34
+ <add assembly =" DevExpress.Web.ASPxPivotGrid.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
35
+ <add assembly =" DevExpress.PivotGrid.v22.1.Core, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
36
+ <add assembly =" DevExpress.Data.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
37
+ <add assembly =" DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
38
+ <add assembly =" DevExpress.Printing.v22.1.Core, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
39
+ <add assembly =" System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
40
+ <add assembly =" System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
41
+ <add assembly =" DevExpress.RichEdit.v22.1.Core, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
42
+ <add assembly =" DevExpress.Web.ASPxThemes.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
43
+ </assemblies >
44
+ </compilation >
45
+ <httpModules >
46
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
47
+ </httpModules >
48
+ <httpHandlers >
49
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb =" GET,POST" path =" DX.ashx" validate =" false" />
50
+ <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
51
+ </httpHandlers >
52
+ </system .web>
53
+ <system .webServer>
54
+ <modules >
55
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name =" ASPxHttpHandlerModule" />
56
+ </modules >
57
+ <validation validateIntegratedModeConfiguration =" false" />
58
+ <handlers >
59
+ <add type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb =" GET,POST" path =" DX.ashx" name =" ASPxHttpHandlerModule" preCondition =" integratedMode" />
60
+ <add name =" ASPxUploadProgressHandler" preCondition =" integratedMode" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v22.1, Version=22.1.2 .0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
61
+ </handlers >
62
+ </system .webServer>
63
+ <devExpress >
64
+ <themes enableThemesAssembly =" true" styleSheetTheme =" " theme =" Office365" customThemeAssemblies =" " baseColor =" " font =" " />
65
+ <compression enableHtmlCompression =" false" enableCallbackCompression =" true" enableResourceCompression =" true" enableResourceMerging =" true" />
66
+ <settings doctypeMode =" Xhtml" rightToLeft =" false" accessibilityCompliant =" false" checkReferencesToExternalScripts =" true" protectControlState =" true" ieCompatibilityVersion =" edge" />
67
+ <errors callbackErrorRedirectUrl =" " />
68
+ </devExpress >
69
+ </configuration >
0 commit comments