| 1 | <?xml version="1.0"?>
|
|---|
| 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 | <connectionStrings/>
|
|---|
| 18 | <system.web>
|
|---|
| 19 | <!--
|
|---|
| 20 | Set compilation debug="true" to insert debugging
|
|---|
| 21 | symbols into the compiled page. Because this
|
|---|
| 22 | affects performance, set this value to true only
|
|---|
| 23 | during development.
|
|---|
| 24 | -->
|
|---|
| 25 | <compilation debug="true">
|
|---|
| 26 | <assemblies>
|
|---|
| 27 | <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|---|
| 28 | <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|---|
| 29 | <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 30 | <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|---|
| 31 | </assemblies>
|
|---|
| 32 | </compilation>
|
|---|
| 33 | <!--
|
|---|
| 34 | The <authentication> section enables configuration
|
|---|
| 35 | of the security authentication mode used by
|
|---|
| 36 | ASP.NET to identify an incoming user.
|
|---|
| 37 | -->
|
|---|
| 38 | <authentication mode="Windows"/>
|
|---|
| 39 | <!--
|
|---|
| 40 | The <customErrors> section enables configuration
|
|---|
| 41 | of what to do if/when an unhandled error occurs
|
|---|
| 42 | during the execution of a request. Specifically,
|
|---|
| 43 | it enables developers to configure html error pages
|
|---|
| 44 | to be displayed in place of a error stack trace.
|
|---|
| 45 |
|
|---|
| 46 | <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
|
|---|
| 47 | <error statusCode="403" redirect="NoAccess.htm" />
|
|---|
| 48 | <error statusCode="404" redirect="FileNotFound.htm" />
|
|---|
| 49 | </customErrors>
|
|---|
| 50 | -->
|
|---|
| 51 | <pages>
|
|---|
| 52 | <controls>
|
|---|
| 53 | <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 54 | <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 55 | </controls>
|
|---|
| 56 | </pages>
|
|---|
| 57 | <httpHandlers>
|
|---|
| 58 | <remove verb="*" path="*.asmx"/>
|
|---|
| 59 | <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 60 | <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"/>
|
|---|
| 61 | <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"/>
|
|---|
| 62 | </httpHandlers>
|
|---|
| 63 | <httpModules>
|
|---|
| 64 | <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 65 | </httpModules>
|
|---|
| 66 | </system.web>
|
|---|
| 67 | <system.codedom>
|
|---|
| 68 | <compilers>
|
|---|
| 69 | <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|---|
| 70 | <providerOption name="CompilerVersion" value="v3.5"/>
|
|---|
| 71 | <providerOption name="WarnAsError" value="false"/>
|
|---|
| 72 | </compiler>
|
|---|
| 73 | </compilers>
|
|---|
| 74 | </system.codedom>
|
|---|
| 75 | <!--
|
|---|
| 76 | The system.webServer section is required for running ASP.NET AJAX under Internet
|
|---|
| 77 | Information Services 7.0. It is not necessary for previous version of IIS.
|
|---|
| 78 | -->
|
|---|
| 79 | <system.webServer>
|
|---|
| 80 | <validation validateIntegratedModeConfiguration="false"/>
|
|---|
| 81 | <modules>
|
|---|
| 82 | <remove name="ScriptModule"/>
|
|---|
| 83 | <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|---|
| 84 | </modules>
|
|---|
| 85 | <handlers>
|
|---|
| 86 | <remove name="WebServiceHandlerFactory-Integrated"/>
|
|---|
| 87 | <remove name="ScriptHandlerFactory"/>
|
|---|
| 88 | <remove name="ScriptHandlerFactoryAppServices"/>
|
|---|
| 89 | <remove name="ScriptResource"/>
|
|---|
| 90 | <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"/>
|
|---|
| 91 | <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"/>
|
|---|
| 92 | <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"/>
|
|---|
| 93 | </handlers>
|
|---|
| 94 | </system.webServer>
|
|---|
| 95 | <runtime>
|
|---|
| 96 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|---|
| 97 | <dependentAssembly>
|
|---|
| 98 | <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
|
|---|
| 99 | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
|---|
| 100 | </dependentAssembly>
|
|---|
| 101 | <dependentAssembly>
|
|---|
| 102 | <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
|
|---|
| 103 | <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
|---|
| 104 | </dependentAssembly>
|
|---|
| 105 | </assemblyBinding>
|
|---|
| 106 | </runtime>
|
|---|
| 107 | </configuration>
|
|---|