Jelajahi Sumber

2007-12-15 Marek Habersack <[email protected]>

	* web.config: compilation/compilers are no longer necessary.

svn path=/trunk/mono/; revision=91344
Marek Habersack 18 tahun lalu
induk
melakukan
c38e49f9d4
2 mengubah file dengan 4 tambahan dan 7 penghapusan
  1. 4 0
      data/net_2_0/ChangeLog
  2. 0 7
      data/net_2_0/web.config

+ 4 - 0
data/net_2_0/ChangeLog

@@ -1,3 +1,7 @@
+2007-12-15  Marek Habersack  <[email protected]>
+
+	* web.config: compilation/compilers are no longer necessary.
+
 2007-12-08  Marek Habersack  <[email protected]>
 
 	* machine.config: updated the LocalSqlServer connection string to

+ 0 - 7
data/net_2_0/web.config

@@ -78,13 +78,6 @@
     		</pages>
 		<webControls clientScriptsLocation="/web_scripts" />
 		<compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
-			<compilers>
-			<compiler language="cs;c#;csharp" extension=".cs" warningLevel="1" compilerOptions=""
-				  type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-			<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
-				  warningLevel="1" compilerOptions=""
-				  type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-			</compilers>
 			<assemblies>
 				<!--<add assembly="mscorlib" /> -->
 				<add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />