* web.config, machine.config: moved webSerices section from former to latter. svn path=/trunk/mono/; revision=87653
@@ -1,3 +1,8 @@
+2007-10-17 Atsushi Enomoto <[email protected]>
+
+ * web.config, machine.config: moved webSerices section from former
+ to latter.
2007-09-05 Atsushi Enomoto <[email protected]>
* machine.config : added WCF sectionGroups.
@@ -206,6 +206,20 @@
</strongNames>
<system.web>
+ <webServices>
+ <protocols>
+ <add name="HttpSoap"/>
+ <add name="HttpSoap12"/>
+ <add name="HttpPost"/>
+ <add name="HttpGet"/>
+ <add name="Documentation"/>
+ </protocols>
+ <conformanceWarnings>
+ <add name="BasicProfile1_1"/>
+ </conformanceWarnings>
+ <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
+ </webServices>
<membership>
<providers>
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" />
@@ -57,19 +57,6 @@
uiculture="en-US" />
-->
<sessionState mode="InProc" />
- <webServices>
- <protocols>
- <add name="HttpSoap"/>
- <add name="HttpSoap12"/>
- <add name="HttpPost"/>
- <add name="HttpGet"/>
- <add name="Documentation"/>
- </protocols>
- <conformanceWarnings>
- <add name="BasicProfile1_1"/>
- </conformanceWarnings>
- <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
- </webServices>
<pages>
<namespaces>
<add namespace="System" />