Don't add Date header in ASP.NET. Fixes bug #363404.
[mono.git] / man / mono.1
index 5f53b7cbb25215f3837a461780da80c9dcc2a65c..e0eea5b9cdb6e9a76c261d2505c4805badf5fb8f 100644 (file)
@@ -612,6 +612,12 @@ assemblies on demand and store the result into a cache in
 If set, this variable overrides the default system configuration directory
 ($PREFIX/etc). It's used to locate machine.config file.
 .TP
+.I "MONO_COM"
+Sets the style of COM interop.  If the value of this variable is "MS"
+Mono will use string marhsalling routines from the liboleaut32 for the
+BSTR type library, any other values will use the mono-builtin BSTR
+string marshalling.
+.TP
 .I "MONO_CONFIG"
 If set, this variable overrides the default runtime configuration file
 ($PREFIX/etc/mono/config). The --config command line options overrides the
@@ -933,6 +939,7 @@ synchronously.   The default mode of operation is asynchronous which
 makes it hard to isolate the root of certain problems.
 .TP
 .I "MONO_GENERIC_SHARING"
+This environment variable is completely unsupported, don't use it.
 This controls for which classes to enable generic code sharing in
 principle.  Permissible values are "all", "corlib" and "none".  The
 default is "corlib", meaning that sharing can only happen for corlib