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
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--data/machine.config24
2 files changed, 23 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fe07e674564..3f45406f6f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * data/machine.config: added sample globalization section.
+
2003-02-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* data/machine.config: added UrlAuthorizationModule and
diff --git a/data/machine.config b/data/machine.config
index 1a5b7c36f78..16e6f0198e8 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -7,11 +7,18 @@
<section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System" />
<sectionGroup name="system.web">
- <section name="httpHandlers" type="System.Web.Configuration.HttpHandlersSectionHandler, System.Web" />
- <section name="httpModules" type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web" />
- <section name="machineKey" type="System.Web.Configuration.MachineKeyConfigHandler, System.Web" />
- <section name="authentication" type="System.Web.Configuration.AuthenticationConfigHandler, System.Web" />
- <section name="authorization" type="System.Web.Configuration.AuthorizationConfigHandler, System.Web" />
+ <section name="httpHandlers"
+ type="System.Web.Configuration.HttpHandlersSectionHandler, System.Web" />
+ <section name="httpModules"
+ type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web" />
+ <section name="machineKey"
+ type="System.Web.Configuration.MachineKeyConfigHandler, System.Web" />
+ <section name="authentication"
+ type="System.Web.Configuration.AuthenticationConfigHandler, System.Web" />
+ <section name="authorization"
+ type="System.Web.Configuration.AuthorizationConfigHandler, System.Web" />
+ <section name="globalization"
+ type="System.Web.Configuration.GlobalizationConfigurationHandler, System.Web" />
</sectionGroup>
</configSections>
<system.web>
@@ -35,6 +42,13 @@
</forms>
</authentication>
<machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" />
+ <!-- Sample globalization settings
+ <globalization requestEncoding="iso-8859-1"
+ responseEncoding="iso-8859-1"
+ fileEncoding="iso-8859-1"
+ culture="en-US"
+ uiculture="en-US" />
+ -->
</system.web>
<appSettings>