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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-02-13 05:45:08 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-02-13 05:45:08 +0300
commit12b4209f803f5f98a0abd2739ed28f7dd6572be3 (patch)
treeed09ddc3918e05acbbc908c4e15580da5781f5c6 /data
parentdd7ba172ce7fcb51db511e4e4ce28d7b6733f425 (diff)
2003-02-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* data/machine.config: added sample globalization section. svn path=/trunk/mono/; revision=11542
Diffstat (limited to 'data')
-rw-r--r--data/machine.config24
1 files changed, 19 insertions, 5 deletions
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>