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 Project->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" requirePermission =" false" type =" DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
14- <section name =" themes" requirePermission =" false" type =" DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
15- <section name =" settings" requirePermission =" false" type =" DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
16- <section name =" resources" requirePermission =" false" type =" DevExpress.Web.ResourcesConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
17- </sectionGroup >
18- </configSections >
19- <devExpress >
20- <settings rightToLeft =" false" doctypeMode =" Html5" ieCompatibilityVersion =" edge" />
21- <compression enableHtmlCompression =" true" enableCallbackCompression =" true" enableResourceCompression =" true" enableResourceMerging =" true" />
22- <themes enableThemesAssembly =" true" theme =" Office2010Blue" />
23- <resources >
24- <add type =" ThirdParty" />
25- <add type =" DevExtreme" />
26- </resources >
27- </devExpress >
28- <appSettings >
29- <add key =" Modules" value =" " />
30- <add key =" ErrorReportEmail" value =" " />
31- <add key =" ErrorReportEmailServer" value =" " />
32- <!--
33- <add key="ErrorReportEmailSubject" value="{0:ExceptionMessage}"/>
34- <add key="ErrorReportEmailFrom" value="null@nospam.com"/>
35- <add key="ErrorReportEmailFromName" value="{0:ApplicationName} Error handling system"/>
36- <add key="Languages" value="de;es;ja;ru" />
37- -->
38- <add key =" SimpleErrorReportPage" value =" " />
39- <add key =" RichErrorReportPage" value =" Error.aspx" />
40- <add key =" EnableDiagnosticActions" value =" False" />
41- <!--
42- Use the one of predefined values: None, ApplicationFolder. The default value is ApplicationFolder.
43- <add key="TraceLogLocation" value="ApplicationFolder"/>
44- -->
45- </appSettings >
46- <connectionStrings >
47- <add name =" EasyTestConnectionString" connectionString =" Integrated Security=SSPI;Pooling=false;Data Source=(localdb)\mssqllocaldb;Initial Catalog=ItemCountEasyTest" />
48- <add name =" ConnectionString" connectionString =" XpoProvider=InMemoryDataStoreProvider" />
49- <!--
50- Use the following connection string to connect to a Jet (Microsoft Access) database:
51- <add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data Source=ItemCount.mdb;Mode=Share Deny None;"/>
52- -->
53- </connectionStrings >
54- <system .diagnostics>
55- <switches >
56- <!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
57- <add name =" eXpressAppFramework" value =" 3" />
58- <!--
59- <add name="XPO" value="3" />
60- -->
61- </switches >
62- </system .diagnostics>
63- <system .webServer>
64- <handlers >
65- <add name =" ASPxUploadProgressHandler" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
66- <add name =" XafHttpHandler" path =" DXX.axd" verb =" *" type =" DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
67- <add name =" ASPxHttpHandlerModuleXAF" path =" DXXRD.axd" verb =" GET,POST" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
68- </handlers >
69- <validation validateIntegratedModeConfiguration =" false" />
70- <modules >
71- <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
72- <add name =" XafHttpModule" type =" DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
73- </modules >
74- </system .webServer>
75- <!--
76- For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
77-
78- The following attributes can be set on the <httpRuntime> tag.
79- <system.Web>
80- <httpRuntime targetFramework="4.8" />
81- </system.Web>
82- -->
83- <system .web>
84- <httpRuntime requestValidationMode =" 2.0" />
85- <pages controlRenderingCompatibilityVersion =" 3.5" clientIDMode =" AutoID" />
86- <httpHandlers >
87- <add path =" DXX.axd" verb =" *" type =" DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
88- <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" validate =" false" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
89- <add path =" DXXRD.axd" verb =" GET,POST" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate =" false" />
90- </httpHandlers >
91- <httpModules >
92- <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
93- <add name =" XafHttpModule" type =" DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
94- </httpModules >
95- <!--
96- Set compilation debug="true" to insert debugging
97- symbols into the compiled page. Because this
98- affects performance, set this value to true only
99- during development.
100- -->
101- <compilation debug =" true" targetFramework =" 4.8" >
102- <assemblies >
103- <add assembly =" DevExpress.ExpressApp.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
104- <add assembly =" DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
105- <add assembly =" DevExpress.Persistent.Base.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
106- <add assembly =" DevExpress.Printing.v21.1.Core, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
107- <add assembly =" DevExpress.Data.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
108- <add assembly =" DevExpress.Utils.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
109- <add assembly =" DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
110- <add assembly =" DevExpress.RichEdit.v21.1.Core, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
111- <add assembly =" DevExpress.Web.ASPxTreeList.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
112- <add assembly =" DevExpress.Web.ASPxThemes.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
113- <add assembly =" DevExpress.Xpo.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
114- <add assembly =" DevExpress.ExpressApp.Xpo.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
115- </assemblies >
116- </compilation >
117- <!--
118- The <authentication> section enables configuration
119- of the security authentication mode used by
120- ASP.NET to identify an incoming user.
121- -->
122- <identity impersonate =" true" />
123- <authentication mode =" Forms" >
124- <forms name =" Login" loginUrl =" Login.aspx" path =" /" timeout =" 10" defaultUrl =" /" />
125- </authentication >
126- <authorization >
127- <deny users =" ?" />
128- <allow users =" *" />
129- </authorization >
130- <!--
131- The <customErrors> section enables configuration
132- of what to do if/when an unhandled error occurs
133- during the execution of a request. Specifically,
134- it enables developers to configure html error pages
135- to be displayed in place of a error stack trace.
136-
137- <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
138- <error statusCode="403" redirect="NoAccess.htm" />
139- <error statusCode="404" redirect="FileNotFound.htm" />
140- </customErrors>
141- -->
142- </system .web>
143- <!-- For applications with a security system -->
144- <location path =" DXX.axd" >
145- <system .web>
146- <authorization >
147- <allow users =" ?" />
148- </authorization >
149- </system .web>
150- </location >
151- <location path =" Error.aspx" >
152- <system .web>
153- <authorization >
154- <allow users =" ?" />
155- </authorization >
156- </system .web>
157- </location >
158- <location path =" Images" >
159- <system .web>
160- <authorization >
161- <allow users =" ?" />
162- </authorization >
163- </system .web>
164- </location >
165- <location path =" favicon.ico" >
166- <system .web>
167- <authorization >
168- <allow users =" ?" />
169- </authorization >
170- </system .web>
171- </location >
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 Project->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" requirePermission =" false" type =" DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
14+ <section name =" themes" requirePermission =" false" type =" DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
15+ <section name =" settings" requirePermission =" false" type =" DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
16+ <section name =" resources" requirePermission =" false" type =" DevExpress.Web.ResourcesConfigurationSection, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
17+ </sectionGroup >
18+ </configSections >
19+ <devExpress >
20+ <settings rightToLeft =" false" doctypeMode =" Html5" ieCompatibilityVersion =" edge" />
21+ <compression enableHtmlCompression =" true" enableCallbackCompression =" true" enableResourceCompression =" true" enableResourceMerging =" true" />
22+ <themes enableThemesAssembly =" true" theme =" Office2010Blue" />
23+ <resources >
24+ <add type =" ThirdParty" />
25+ <add type =" DevExtreme" />
26+ </resources >
27+ </devExpress >
28+ <appSettings >
29+ <add key =" Modules" value =" " />
30+ <add key =" ErrorReportEmail" value =" " />
31+ <add key =" ErrorReportEmailServer" value =" " />
32+ <!--
33+ <add key="ErrorReportEmailSubject" value="{0:ExceptionMessage}"/>
34+ <add key="ErrorReportEmailFrom" value="null@nospam.com"/>
35+ <add key="ErrorReportEmailFromName" value="{0:ApplicationName} Error handling system"/>
36+ <add key="Languages" value="de;es;ja;ru" />
37+ -->
38+ <add key =" SimpleErrorReportPage" value =" " />
39+ <add key =" RichErrorReportPage" value =" Error.aspx" />
40+ <add key =" EnableDiagnosticActions" value =" False" />
41+ <!--
42+ Use the one of predefined values: None, ApplicationFolder. The default value is ApplicationFolder.
43+ <add key="TraceLogLocation" value="ApplicationFolder"/>
44+ -->
45+ </appSettings >
46+ <connectionStrings >
47+ <add name =" EasyTestConnectionString" connectionString =" Integrated Security=SSPI;Pooling=false;Data Source=(localdb)\mssqllocaldb;Initial Catalog=ItemCountEasyTest" />
48+ <add name =" ConnectionString" connectionString =" XpoProvider=InMemoryDataStoreProvider" />
49+ <!--
50+ Use the following connection string to connect to a Jet (Microsoft Access) database:
51+ <add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data Source=ItemCount.mdb;Mode=Share Deny None;"/>
52+ -->
53+ </connectionStrings >
54+ <system .diagnostics>
55+ <switches >
56+ <!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
57+ <add name =" eXpressAppFramework" value =" 3" />
58+ <!--
59+ <add name="XPO" value="3" />
60+ -->
61+ </switches >
62+ </system .diagnostics>
63+ <system .webServer>
64+ <handlers >
65+ <add name =" ASPxUploadProgressHandler" verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
66+ <add name =" XafHttpHandler" path =" DXX.axd" verb =" *" type =" DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
67+ <add name =" ASPxHttpHandlerModuleXAF" path =" DXXRD.axd" verb =" GET,POST" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" preCondition =" integratedMode" />
68+ </handlers >
69+ <validation validateIntegratedModeConfiguration =" false" />
70+ <modules >
71+ <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
72+ <add name =" XafHttpModule" type =" DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
73+ </modules >
74+ </system .webServer>
75+ <!--
76+ For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
77+
78+ The following attributes can be set on the <httpRuntime> tag.
79+ <system.Web>
80+ <httpRuntime targetFramework="4.8" />
81+ </system.Web>
82+ -->
83+ <system .web>
84+ <httpRuntime requestValidationMode =" 2.0" />
85+ <pages controlRenderingCompatibilityVersion =" 3.5" clientIDMode =" AutoID" />
86+ <httpHandlers >
87+ <add path =" DXX.axd" verb =" *" type =" DevExpress.ExpressApp.Web.XafHttpHandler, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
88+ <add verb =" GET,POST" path =" ASPxUploadProgressHandlerPage.ashx" validate =" false" type =" DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
89+ <add path =" DXXRD.axd" verb =" GET,POST" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate =" false" />
90+ </httpHandlers >
91+ <httpModules >
92+ <add name =" ASPxHttpHandlerModule" type =" DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
93+ <add name =" XafHttpModule" type =" DevExpress.ExpressApp.Web.XafHttpModule, DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
94+ </httpModules >
95+ <!--
96+ Set compilation debug="true" to insert debugging
97+ symbols into the compiled page. Because this
98+ affects performance, set this value to true only
99+ during development.
100+ -->
101+ <compilation debug =" true" targetFramework =" 4.8" >
102+ <assemblies >
103+ <add assembly =" DevExpress.ExpressApp.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
104+ <add assembly =" DevExpress.ExpressApp.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
105+ <add assembly =" DevExpress.Persistent.Base.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
106+ <add assembly =" DevExpress.Printing.v21.1.Core, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
107+ <add assembly =" DevExpress.Data.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
108+ <add assembly =" DevExpress.Utils.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
109+ <add assembly =" DevExpress.Web.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
110+ <add assembly =" DevExpress.RichEdit.v21.1.Core, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
111+ <add assembly =" DevExpress.Web.ASPxTreeList.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
112+ <add assembly =" DevExpress.Web.ASPxThemes.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
113+ <add assembly =" DevExpress.Xpo.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
114+ <add assembly =" DevExpress.ExpressApp.Xpo.v21.1, Version=21.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
115+ </assemblies >
116+ </compilation >
117+ <!--
118+ The <authentication> section enables configuration
119+ of the security authentication mode used by
120+ ASP.NET to identify an incoming user.
121+ -->
122+ <identity impersonate =" true" />
123+ <authentication mode =" Forms" >
124+ <forms name =" Login" loginUrl =" Login.aspx" path =" /" timeout =" 10" defaultUrl =" /" />
125+ </authentication >
126+ <authorization >
127+ <deny users =" ?" />
128+ <allow users =" *" />
129+ </authorization >
130+ <!--
131+ The <customErrors> section enables configuration
132+ of what to do if/when an unhandled error occurs
133+ during the execution of a request. Specifically,
134+ it enables developers to configure html error pages
135+ to be displayed in place of a error stack trace.
136+
137+ <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
138+ <error statusCode="403" redirect="NoAccess.htm" />
139+ <error statusCode="404" redirect="FileNotFound.htm" />
140+ </customErrors>
141+ -->
142+ </system .web>
143+ <!-- For applications with a security system -->
144+ <location path =" DXX.axd" >
145+ <system .web>
146+ <authorization >
147+ <allow users =" ?" />
148+ </authorization >
149+ </system .web>
150+ </location >
151+ <location path =" Error.aspx" >
152+ <system .web>
153+ <authorization >
154+ <allow users =" ?" />
155+ </authorization >
156+ </system .web>
157+ </location >
158+ <location path =" Images" >
159+ <system .web>
160+ <authorization >
161+ <allow users =" ?" />
162+ </authorization >
163+ </system .web>
164+ </location >
165+ <location path =" favicon.ico" >
166+ <system .web>
167+ <authorization >
168+ <allow users =" ?" />
169+ </authorization >
170+ </system .web>
171+ </location >
172172</configuration >
0 commit comments