Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
web.config: Add auto globalization and culture
Browse files Browse the repository at this point in the history
svn path=/trunk/moma-tool/; revision=120081
  • Loading branch information
dickp committed Nov 26, 2008
1 parent f2f26b0 commit 4d4cd43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web_service/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<add name="AspSQLProvider" connectionString="Server=anonsvn.mono-project.com;Database=moma_users;User ID=moma;Password=XXXX"/>
</connectionStrings>
<system.web>
<globalization uiCulture="auto" culture="auto"/>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
Expand All @@ -40,6 +41,9 @@
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>
<!--
Expand Down Expand Up @@ -106,6 +110,7 @@
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpModules>
<httpRuntime executionTimeout="600"/>
</system.web>
<system.codedom>
<compilers>
Expand Down Expand Up @@ -161,7 +166,7 @@
</system.net>
<system.data>
<DbProviderFactories>
<add name="Npgsql Data Provider" invariant="Npgsql" support="FF" description=".Net Framework Data Provider for Postgresql Server" type="Npgsql.NpgsqlFactory, Npgsql, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7" />
<add name="Npgsql Data Provider" invariant="Npgsql" support="FF" description=".Net Framework Data Provider for Postgresql Server" type="Npgsql.NpgsqlFactory, Npgsql, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"/>
</DbProviderFactories>
</system.data>
</configuration>

0 comments on commit 4d4cd43

Please sign in to comment.