Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRafael Teixeira <monoman@gmail.com>2005-04-20 22:53:40 +0400
committerRafael Teixeira <monoman@gmail.com>2005-04-20 22:53:40 +0400
commitdb0277c84b08aa296c4de353d1ce92ed93808074 (patch)
treea0d9cfb9bb052b1f9f418e81d5b9c723a9cefbf1 /data
parent4f5e5bed2959ede5b31a70b683e17eb2b0b7d288 (diff)
2005-04-20 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* data/net_1_1/machine.config, data/net_2_0/machine.config: added ' explicit="true" strict="false" ' to system.web/compilation element as in MS. Part of fix for Bug #74671 svn path=/trunk/mono/; revision=43352
Diffstat (limited to 'data')
-rw-r--r--data/net_1_1/machine.config2
-rw-r--r--data/net_2_0/machine.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/net_1_1/machine.config b/data/net_1_1/machine.config
index 606e744ec35..dd44bce11b0 100644
--- a/data/net_1_1/machine.config
+++ b/data/net_1_1/machine.config
@@ -123,7 +123,7 @@
<wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
</webServices>
<webControls clientScriptsLocation="/web_scripts" />
- <compilation debug="false" defaultLanguage="c#">
+ <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=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
diff --git a/data/net_2_0/machine.config b/data/net_2_0/machine.config
index c8f297c344b..0b70a792156 100644
--- a/data/net_2_0/machine.config
+++ b/data/net_2_0/machine.config
@@ -124,7 +124,7 @@
<wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
</webServices>
<webControls clientScriptsLocation="/web_scripts" />
- <compilation debug="false" defaultLanguage="c#">
+ <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.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />