1
1
<?xml version =" 1.0" ?>
2
2
<configuration >
3
- <configSections >
4
- <sectionGroup name =" system.web.extensions" type =" System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" >
5
- <sectionGroup name =" scripting" type =" System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" >
6
- <section name =" scriptResourceHandler" type =" System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission =" false" allowDefinition =" MachineToApplication" />
7
- <sectionGroup name =" webServices" type =" System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" >
8
- <section name =" jsonSerialization" type =" System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission =" false" allowDefinition =" Everywhere" />
9
- <section name =" profileService" type =" System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission =" false" allowDefinition =" MachineToApplication" />
10
- <section name =" authenticationService" type =" System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission =" false" allowDefinition =" MachineToApplication" />
11
- <section name =" roleService" type =" System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission =" false" allowDefinition =" MachineToApplication" />
12
- </sectionGroup >
13
- </sectionGroup >
14
- </sectionGroup >
15
- </configSections >
16
- <appSettings >
17
- <add key =" StorageRoot" value =" C:\temp\" />
18
- </appSettings >
19
- <connectionStrings />
20
- <system .web>
21
- <compilation debug =" true" >
22
- <assemblies >
23
- <add assembly =" System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
24
- <add assembly =" System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
25
- <add assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
26
- <add assembly =" System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
27
- </assemblies >
28
- </compilation >
29
- <httpRuntime maxRequestLength =" 2097151" executionTimeout =" 360" />
30
- <pages >
31
- <controls >
32
- <add tagPrefix =" asp" namespace =" System.Web.UI" assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
33
- <add tagPrefix =" asp" namespace =" System.Web.UI.WebControls" assembly =" System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
34
- </controls >
35
- </pages >
36
- <httpHandlers >
37
- <remove verb =" *" path =" *.asmx" />
38
- <add verb =" *" path =" *.asmx" validate =" false" type =" System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
39
- <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" />
40
- <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" />
41
- </httpHandlers >
42
- <httpModules >
43
- <add name =" ScriptModule" type =" System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
44
- </httpModules >
45
- </system .web>
46
- <system .codedom>
47
- <compilers >
48
- <compiler language =" c#;cs;csharp" extension =" .cs" warningLevel =" 4" type =" Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
49
- <providerOption name =" CompilerVersion" value =" v3.5" />
50
- <providerOption name =" WarnAsError" value =" false" />
51
- </compiler >
52
- </compilers >
53
- </system .codedom>
54
- <system .webServer>
55
- <validation validateIntegratedModeConfiguration =" false" />
56
- <modules >
57
- <remove name =" ScriptModule" />
58
- <add name =" ScriptModule" preCondition =" managedHandler" type =" System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
59
- </modules >
60
- <handlers >
61
- <remove name =" WebServiceHandlerFactory-Integrated" />
62
- <remove name =" ScriptHandlerFactory" />
63
- <remove name =" ScriptHandlerFactoryAppServices" />
64
- <remove name =" ScriptResource" />
65
- <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" />
66
- <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" />
67
- <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" />
68
- </handlers >
69
- </system .webServer>
70
- <runtime >
71
- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
72
- <dependentAssembly >
73
- <assemblyIdentity name =" System.Web.Extensions" publicKeyToken =" 31bf3856ad364e35" />
74
- <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 3.5.0.0" />
75
- </dependentAssembly >
76
- <dependentAssembly >
77
- <assemblyIdentity name =" System.Web.Extensions.Design" publicKeyToken =" 31bf3856ad364e35" />
78
- <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 3.5.0.0" />
79
- </dependentAssembly >
80
- </assemblyBinding >
81
- </runtime >
82
- </configuration >
3
+ <appSettings >
4
+ <add key =" StorageRoot" value =" C:\temp\" />
5
+ </appSettings >
6
+ <connectionStrings />
7
+ <system .web>
8
+ <compilation debug =" true" targetFramework =" 4.0" />
9
+ <httpRuntime maxRequestLength =" 2097151" executionTimeout =" 360" />
10
+ <pages controlRenderingCompatibilityVersion =" 3.5" clientIDMode =" AutoID" />
11
+ </system .web>
12
+ </configuration >
0 commit comments