Sfoglia il codice sorgente

2007-10-17 Atsushi Enomoto <[email protected]>

	* web.config, machine.config: moved webSerices section from former
	  to latter.


svn path=/trunk/mono/; revision=87653
Atsushi Eno 18 anni fa
parent
commit
1e6fc10a2f
3 ha cambiato i file con 19 aggiunte e 13 eliminazioni
  1. 5 0
      data/net_2_0/ChangeLog
  2. 14 0
      data/net_2_0/machine.config
  3. 0 13
      data/net_2_0/web.config

+ 5 - 0
data/net_2_0/ChangeLog

@@ -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.

+ 14 - 0
data/net_2_0/machine.config

@@ -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" />

+ 0 - 13
data/net_2_0/web.config

@@ -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" />