2005-04-20 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / data / net_2_0 / machine.config
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <configuration>
4
5         <configSections>
6                 <section name="appSettings" type="System.Configuration.NameValueFileSectionHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
7                 <section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
8                 <section name="system.runtime.remoting" type="System.Configuration.IgnoreSectionHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/>
9                 <section name="strongNames" type="System.Configuration.IgnoreSectionHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowLocation="false"/>
10                 <sectionGroup name="system.web">
11                         <section name="httpHandlers"
12                                  type="System.Web.Configuration.HttpHandlersSectionHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
13                         <section name="httpModules"
14                                  type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
15                         <section name="machineKey"
16                                  type="System.Web.Configuration.MachineKeyConfigHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
17                         <section name="authentication"
18                                  type="System.Web.Configuration.AuthenticationConfigHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
19                         <section name="authorization"
20                                  type="System.Web.Configuration.AuthorizationConfigHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
21                         <section name="globalization"
22                                  type="System.Web.Configuration.GlobalizationConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
23                         <section name="sessionState"
24                                  type="System.Web.SessionState.SessionStateSectionHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
25                         <section name="trace"
26                                  type="System.Web.Configuration.TraceConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
27                         <section name="webServices"
28                                  type="System.Web.Services.Configuration.WebServicesConfigurationSectionHandler, System.Web.Services, Version=2.0.3600.0 Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
29                         <section name="webControls"
30                                  type="System.Web.Configuration.WebControlsSectionHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
31                         <section name="compilation"
32                                  type="System.Web.Configuration.CompilationConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33                         <section name="httpRuntime"
34                                  type="System.Web.Configuration.HttpRuntimeConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
35                         <section name="customErrors"
36                                  type="System.Web.Configuration.CustomErrorsConfigHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37                         <section name="pages"
38                                  type="System.Web.Configuration.PagesConfigurationHandler, System.Web, Version=2.0.3600.0, Culture=neutral" />
39                         <section name="clientTarget"
40                                  type="System.Web.Configuration.ClientTargetSectionHandler, System.Web, Version=2.0.3600.0, Culture=neutral" />
41                 </sectionGroup>
42                 <sectionGroup name="system.net">
43                         <section name="settings"
44                                  type="System.Net.Configuration.NetConfigurationHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
45                         <section name="connectionManagement"
46                                  type="System.Net.Configuration.ConnectionManagementHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
47                         <section name="authenticationModules"
48                                  type="System.Net.Configuration.NetAuthenticationModuleHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
49                         <section name="defaultProxy"
50                                  type="System.Net.Configuration.DefaultProxyHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
51                         <section name="webRequestModules"
52                                  type="System.Net.Configuration.WebRequestModuleHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
53                 </sectionGroup>
54                 <section name="system.drawing" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
55         </configSections>
56         <system.net>
57                 <connectionManagement>
58                         <add address="*" maxconnection="2" />
59                 </connectionManagement>
60                 <authenticationModules>
61                         <add type="System.Net.BasicClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
62                         <add type="System.Net.DigestClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
63                         <add type="System.Net.NtlmClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
64                 </authenticationModules>
65                 <defaultProxy>
66                         <proxy />
67                         <!-- bypassonlocal and proxyaddress are ok -->
68                         <!-- usessystemdefault is not supported -->
69                 </defaultProxy>
70                 <webRequestModules>
71                         <add prefix="http" type="System.Net.HttpRequestCreator, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
72                         <add prefix="https" type="System.Net.HttpRequestCreator, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
73                         <add prefix="file" type="System.Net.FileWebRequestCreator, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
74                 </webRequestModules>
75                 <settings>
76                         <ipv6 enabled="false"/>
77                 </settings>
78         </system.net>
79         <system.web>
80                 <httpHandlers>
81                         <add verb="*" path="Trace.axd" type="System.Web.Handlers.TraceHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
82                         <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
83                         <add verb="*" path="*.asmx" validate="false" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
84                         <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
85                         <add verb="GET" path="WebResource.axd" type="System.Web.Handlers.AssemblyResourceLoader, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
86                         <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
87                         <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
88                         <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
89                         <add verb="*" path="*.cs" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
90                 <add verb="*" path="*.rem" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
91                 <add verb="*" path="*.soap" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
92                         <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
93                         <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
94                 </httpHandlers>
95                 <httpModules>
96                         <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
97                         <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
98                         <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
99                         <add name="OutputCache" type="System.Web.Caching.OutputCacheModule, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
100                 </httpModules>
101                 <authentication mode="Forms">
102                         <forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
103                                 <credentials passwordFormat="Clear">
104                                         <!--<user name="gonzalo" password="gonz"/>-->
105                                 </credentials>
106                         </forms>
107                 </authentication>
108                 <machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" />
109                 <globalization  requestEncoding="utf-8"
110                                 responseEncoding="utf-8"
111                                 fileEncoding="utf-8"/>
112                 <!--
113                                 culture="en-US"
114                                 uiculture="en-US" />
115                 -->
116                 <sessionState mode="InProc" />
117                 <webServices>
118                         <protocols>
119                                 <add name="HttpSoap"/>
120                                 <add name="HttpPost"/>
121                                 <add name="HttpGet"/>
122                                 <add name="Documentation"/>
123                         </protocols>
124                         <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
125                 </webServices>
126                 <webControls clientScriptsLocation="/web_scripts" />
127                 <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
128                         <compilers>
129                         <compiler language="cs;c#;csharp" extension=".cs" warningLevel="1" compilerOptions=""
130                                   type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
131                         <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
132                                   warningLevel="1" compilerOptions=""
133                                   type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
134                         </compilers>
135                         <assemblies>
136                                 <!--<add assembly="mscorlib" /> -->
137                                 <add assembly="System" />
138                                 <add assembly="System.Xml" />
139                                 <add assembly="System.Data" />
140                                 <add assembly="System.Web" />
141                                 <add assembly="System.Web.Services" />
142                                 <add assembly="System.Drawing" />
143                                 <add assembly="*" /> <!-- Add assemblies in bin directory -->
144                         </assemblies>
145                 </compilation>
146                 <httpRuntime executionTimeout="90"
147                              maxRequestLength="4096"
148                              useFullyQualifiedRedirectUrl="false"
149                              minFreeThreads="8"
150                              minLocalRequestFreeThreads="4"
151                              appRequestQueueLimit="100" />
152                 <pages  buffer="true"
153                         enableSessionState="true"
154                         autoEventWireup="true"
155                         validateRequest="true" />
156                 <clientTarget>
157                         <add alias="ie5" userAgent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)" />
158                         <add alias="ie4" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
159                         <add alias="uplevel" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
160                         <add alias="downlevel" userAgent="Unknown" />
161                 </clientTarget>
162         </system.web>
163         
164         <system.runtime.remoting>
165                 <application>
166                         <channels>
167                                 <channel ref="http client" displayName="http client (delay loaded)" delayLoadAsClientChannel="true" />
168                                 <channel ref="tcp client" displayName="tcp client (delay loaded)" delayLoadAsClientChannel="true" />
169                         </channels>
170                 </application>
171                 <channels>
172                         <channel id="http" type="System.Runtime.Remoting.Channels.Http.HttpChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
173                         <channel id="http client" type="System.Runtime.Remoting.Channels.Http.HttpClientChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
174                         <channel id="http server" type="System.Runtime.Remoting.Channels.Http.HttpServerChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
175                         <channel id="tcp" type="System.Runtime.Remoting.Channels.Tcp.TcpChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
176                         <channel id="tcp client" type="System.Runtime.Remoting.Channels.Tcp.TcpClientChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
177                         <channel id="tcp server" type="System.Runtime.Remoting.Channels.Tcp.TcpServerChannel, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
178                 </channels>
179                         <channelSinkProviders>
180                                 <clientProviders>
181                                         <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
182                                         <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
183                                 </clientProviders>
184                                 <serverProviders>
185                                         <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
186                                         <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
187                                         <provider id="wsdl" type="System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider, System.Runtime.Remoting, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
188                                 </serverProviders>
189                         </channelSinkProviders>
190         </system.runtime.remoting>
191         
192         <appSettings>
193         <!--<add key="yourkey" value="your value" /> -->
194         <!--<remove key="a key defined higher in the hierarchy" /> -->
195         <!--<clear/> Removes all defined settings -->
196         </appSettings>
197         <system.diagnostics>
198                 <trace autoflush="false" indentsize="4" />
199         </system.diagnostics>
200         <system.drawing>
201         </system.drawing>
202
203         <mscorlib>\r
204                 <cryptographySettings>\r
205                         <cryptoNameMapping>\r
206                                 <cryptoClasses>\r
207                                         <cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />\r
208                                 </cryptoClasses>\r
209                                 <nameEntry name="MD2" class="monoMD2" />\r
210                         </cryptoNameMapping>\r
211                         <oidMap>\r
212                                 <oidEntry OID="1.2.840.113549.2.2" name="MD2" />\r
213                         </oidMap>\r
214                 </cryptographySettings>\r
215         </mscorlib>
216
217         <strongNames>
218                 <pubTokenMapping>
219                         <!-- ECMA key -->
220                         <map Token="b77a5c561934e089" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
221                         <!-- Microsoft (final) key -->
222                         <map Token="b03f5f7f11d50a3a" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
223                         <!-- Microsoft (Web Service Enhancement) key -->
224                         <map Token="31bf3856ad364e35" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
225                         <!-- IBM (DB2 Data Provider) key -->
226                         <map Token="7c307b91aa13d208" PublicKey="002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df" />
227                 </pubTokenMapping>
228         </strongNames>
229 </configuration>
230
231