|
1 |
| -<?xml version="1.0" encoding="utf-8" ?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
|
3 | 3 | <configuration>
|
4 | 4 | <configSections>
|
5 |
| - <section name="entityFramework" |
6 |
| - type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
7 |
| - requirePermission="false" /> |
| 5 | + <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
8 | 6 | <section name="episerver" type="EPiServer.Configuration.EPiServerSection, EPiServer.Configuration" />
|
9 | 7 | <section name="episerver.framework" type="EPiServer.Framework.Configuration.EPiServerFrameworkSection, EPiServer.Framework.AspNet" restartOnExternalChanges="true" />
|
10 | 8 | <section name="episerver.shell" type="EPiServer.Shell.Configuration.EPiServerShellSection, EPiServer.Shell" />
|
|
22 | 20 | <system.web>
|
23 | 21 | <httpRuntime targetFramework="4.7.2" requestValidationMode="2.0" />
|
24 | 22 | <compilation debug="true" targetFramework="4.7.2" optimizeCompilations="true" />
|
25 |
| - <pages validateRequest="false" enableEventValidation="true" |
26 |
| - pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" enableViewState="false"> |
| 23 | + <pages validateRequest="false" enableEventValidation="true" pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" enableViewState="false"> |
27 | 24 | <namespaces>
|
28 | 25 | <add namespace="System.Web.Helpers" />
|
29 | 26 | <add namespace="System.Web.Mvc" />
|
|
40 | 37 | <add tagPrefix="EPiServer" namespace="EPiServer.Framework.Web.WebControls" assembly="EPiServer.Framework.AspNet" />
|
41 | 38 | </controls>
|
42 | 39 | </pages>
|
43 |
| - <globalization culture="en-US" uiCulture="en" requestEncoding="utf-8" responseEncoding="utf-8" |
44 |
| - resourceProviderFactoryType="EPiServer.Framework.Localization.LocalizationServiceResourceProviderFactory, EPiServer.Framework.AspNet" /> |
| 40 | + <globalization culture="en-US" uiCulture="en" requestEncoding="utf-8" responseEncoding="utf-8" resourceProviderFactoryType="EPiServer.Framework.Localization.LocalizationServiceResourceProviderFactory, EPiServer.Framework.AspNet" /> |
45 | 41 | <caching>
|
46 | 42 | <outputCacheSettings>
|
47 | 43 | <outputCacheProfiles>
|
|
71 | 67 | <add name="FrameworkName" type="System.String" />
|
72 | 68 | </properties>
|
73 | 69 | <providers>
|
74 |
| - <add name="DefaultProfileProvider" |
75 |
| - type="System.Web.Providers.DefaultProfileProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
76 |
| - connectionStringName="EPiServerDB" applicationName="/" /> |
| 70 | + <add name="DefaultProfileProvider" type="System.Web.Providers.DefaultProfileProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="EPiServerDB" applicationName="/" /> |
77 | 71 | </providers>
|
78 | 72 | </profile>
|
79 | 73 | <membership>
|
|
256 | 250 | </assemblyBinding>
|
257 | 251 | </runtime>
|
258 | 252 | <episerver>
|
259 |
| - <applicationSettings httpCacheability="Public" pageValidateTemplate="false" uiShowGlobalizationUserInterface="true" uiUrl="~/EPiServer/CMS/" urlRebaseKind="ToRootRelative" |
260 |
| - uiEditorCssPaths="~/Static/css/Editor.css" uiSafeHtmlTags="b,i,u,br,em,strong,p,a,img,ol,ul,li" /> |
| 253 | + <applicationSettings httpCacheability="Public" pageValidateTemplate="false" uiShowGlobalizationUserInterface="true" uiUrl="~/EPiServer/CMS/" urlRebaseKind="ToRootRelative" uiEditorCssPaths="~/Static/css/Editor.css" uiSafeHtmlTags="b,i,u,br,em,strong,p,a,img,ol,ul,li" /> |
261 | 254 | <imageEditor windowWidth="900" windowHeight="600" enabled="true">
|
262 | 255 | <sizePresets>
|
263 | 256 | <preset name="320*240" width="320" height="240" />
|
|
281 | 274 | </virtualRoles>
|
282 | 275 | <virtualPathProviders>
|
283 | 276 | <clear />
|
284 |
| - <add name="ProtectedModules" virtualPath="~/EPiServer/" physicalPath="Modules\_Protected" |
285 |
| - type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider, EPiServer.Framework.AspNet" /> |
| 277 | + <add name="ProtectedModules" virtualPath="~/EPiServer/" physicalPath="Modules\_Protected" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider, EPiServer.Framework.AspNet" /> |
286 | 278 | </virtualPathProviders>
|
287 | 279 | <localization fallbackBehavior="Echo, MissingMessage, FallbackCulture" fallbackCulture="en">
|
288 | 280 | <providers>
|
289 |
| - <add virtualPath="~/Resources/LanguageFiles" name="languageFiles" |
290 |
| - type="EPiServer.Framework.Localization.XmlResources.FileXmlLocalizationProvider, EPiServer.Framework.AspNet" /> |
| 281 | + <add virtualPath="~/Resources/LanguageFiles" name="languageFiles" type="EPiServer.Framework.Localization.XmlResources.FileXmlLocalizationProvider, EPiServer.Framework.AspNet" /> |
291 | 282 | </providers>
|
292 | 283 | </localization>
|
293 | 284 | </episerver.framework>
|
|
319 | 310 | <system.webServer>
|
320 | 311 | <handlers>
|
321 | 312 | <clear />
|
322 |
| - <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" |
323 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
324 |
| - <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" |
325 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
326 |
| - <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" |
327 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
328 |
| - <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" |
329 |
| - type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
330 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
331 |
| - <add name="svc-Integrated-4.0" path="*.svc" verb="*" |
332 |
| - type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
333 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
| 313 | + <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 314 | + <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 315 | + <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 316 | + <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 317 | + <add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
334 | 318 | <add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer.Framework.AspNet" />
|
335 | 319 | </handlers>
|
336 | 320 | </system.webServer>
|
|
356 | 340 | <system.webServer>
|
357 | 341 | <handlers>
|
358 | 342 | <clear />
|
359 |
| - <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" |
360 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
361 |
| - <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" |
362 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
363 |
| - <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" |
364 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
365 |
| - <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" |
366 |
| - type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
367 |
| - preCondition="integratedMode,runtimeVersionv4.0" /> |
| 343 | + <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 344 | + <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 345 | + <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 346 | + <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" /> |
368 | 347 | <add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer.Framework.AspNet" />
|
369 | 348 | </handlers>
|
370 | 349 | </system.webServer>
|
|
392 | 371 | </protectedModules>
|
393 | 372 | </episerver.shell>
|
394 | 373 | <connectionStrings>
|
395 |
| - <add name="EPiServerDB" |
396 |
| - connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|EPiServerDB_0d3ce289.mdf;Initial Catalog=EPiServerDB_0d3ce289;Connection Timeout=60;Integrated Security=True;MultipleActiveResultSets=True" |
397 |
| - providerName="System.Data.SqlClient" /> |
| 374 | + <add name="EPiServerDB" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|EPiServerDB_0d3ce289.mdf;Initial Catalog=EPiServerDB_0d3ce289;Connection Timeout=60;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" /> |
398 | 375 | </connectionStrings>
|
399 | 376 | <location path="Views/Plugins">
|
400 | 377 | <system.web>
|
|
0 commit comments