move FrameworkName from corlib to System
[mcs.git] / class / System / machine.config
blobd1ebe8ae9dc475869005c8d67ebe4fa7689752cb
1 <?xml version="1.0" encoding="utf-8"?>
3 <configuration>
5 <configSections>
6 <section name="configProtectedData" type="System.Configuration.ProtectedConfigurationSection, System.Configuration" />
7 <section name="appSettings" type="System.Configuration.AppSettingsSection, System.Configuration" />
8 <section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration" />
9 <section name="mscorlib" type="System.Configuration.IgnoreSection, System.Configuration" />
10 <section name="runtime" type="System.Configuration.IgnoreSection, System.Configuration" />
11 <section name="startup" type="System.Configuration.IgnoreSection, System.Configuration" />
12 <section name="system.data" type="System.Data.Common.DbProviderFactoriesConfigurationHandler, System.Data" />
13 <section name="system.diagnostics" type="System.Diagnostics.DiagnosticsConfigurationHandler, System" />
14 <section name="system.runtime.remoting" type="System.Configuration.IgnoreSection, System.Configuration"/>
15 <section name="strongNames" type="System.Configuration.IgnoreSection, System.Configuration" allowLocation="false"/>
16 <sectionGroup name="system.web" type="System.Web.Configuration.SystemWebSectionGroup, System.Web">
17 <section name="anonymousIdentification" type="System.Web.Configuration.AnonymousIdentificationSection, System.Web" />
18 <section name="authentication" type="System.Web.Configuration.AuthenticationSection, System.Web" />
19 <section name="authorization" type="System.Web.Configuration.AuthorizationSection, System.Web" />
20 <section name="clientTarget" type="System.Web.Configuration.ClientTargetSection, System.Web" />
21 <section name="compilation" type="System.Web.Configuration.CompilationSection, System.Web" />
22 <section name="customErrors" type="System.Web.Configuration.CustomErrorsSection, System.Web" />
23 <section name="globalization" type="System.Web.Configuration.GlobalizationSection, System.Web" />
24 <section name="httpHandlers" type="System.Web.Configuration.HttpHandlersSection, System.Web" />
25 <section name="httpModules" type="System.Web.Configuration.HttpModulesSection, System.Web" />
26 <section name="httpRuntime" type="System.Web.Configuration.HttpRuntimeSection, System.Web" />
27 <section name="machineKey" type="System.Web.Configuration.MachineKeySection, System.Web" />
28 <section name="membership" type="System.Web.Configuration.MembershipSection, System.Web" />
29 <section name="pages" type="System.Web.Configuration.PagesSection, System.Web" />
30 <section name="profile" type="System.Web.Configuration.ProfileSection, System.Web" />
31 <section name="roleManager" type="System.Web.Configuration.RoleManagerSection, System.Web" />
32 <section name="sessionState" type="System.Web.Configuration.SessionStateSection, System.Web" />
33 <section name="siteMap" type="System.Web.Configuration.SiteMapSection, System.Web" />
34 <section name="trace" type="System.Web.Configuration.TraceSection, System.Web" />
35 <section name="urlMappings" type="System.Web.Configuration.UrlMappingsSection, System.Web" />
36 <section name="webControls" type="System.Web.Configuration.WebControlsSection, System.Web" />
37 <section name="webServices" type="System.Web.Services.Configuration.WebServicesSection, System.Web.Services" />
38 <section name="xhtmlConformance" type="System.Web.Services.Configuration.XhtmlConformanceSection, System.Web.Services" />
39 <sectionGroup name="caching" type="System.Web.Configuration.SystemWebCachingSectionGroup, System.Web">
40 <section name="cache" type="System.Web.Configuration.CacheSection, System.Web" />
41 <section name="outputCache" type="System.Web.Configuration.OutputCacheSection, System.Web" />
42 <section name="outputCacheSettings" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web" />
43 <section name="sqlCacheDependency" type="System.Web.Configuration.OutputCacheSettingsSection, System.Web" />
44 </sectionGroup>
45 </sectionGroup>
46 <sectionGroup name="system.net">
47 <section name="settings"
48 type="System.Net.Configuration.NetConfigurationHandler, System" />
49 <section name="connectionManagement"
50 type="System.Net.Configuration.ConnectionManagementHandler, System" />
51 <section name="authenticationModules"
52 type="System.Net.Configuration.NetAuthenticationModuleHandler, System" />
53 <section name="defaultProxy"
54 type="System.Net.Configuration.DefaultProxyHandler, System" />
55 <section name="webRequestModules"
56 type="System.Net.Configuration.WebRequestModuleHandler, System" />
57 </sectionGroup>
58 <sectionGroup name="system.drawing">
59 <section name="icons" type="System.Configuration.NameValueSectionHandler" />
60 <section name="codecs" type="System.Configuration.NameValueSectionHandler" />
61 <section name="codecsmetadata" type="Mainsoft.Drawing.Configuration.ResolutionConfigurationHandler" />
62 </sectionGroup>
63 <sectionGroup name="System.DirectoryServices">
64 <section name="Settings" type="System.Configuration.NameValueSectionHandler"/>
65 </sectionGroup>
66 <sectionGroup name="Mainsoft.Data.Configuration">
67 <section name="objectnameresolution"
68 type="System.Data.Configuration.ObjectNameResolutionSectionHandler, System.Data" />
69 <section name="switches"
70 type="System.Configuration.NameValueSectionHandler, System" />
71 <section name="OleDbProviders"
72 type="Mainsoft.Data.Configuration.ProvidersSectionHandler, System.Data" />
73 <section name="SqlClientProviders"
74 type="Mainsoft.Data.Configuration.ProvidersSectionHandler, System.Data" />
75 <section name="OracleClientProviders"
76 type="Mainsoft.Data.Configuration.ProvidersSectionHandler, System.Data" />
77 </sectionGroup>
78 <!--section name="system.drawing" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /-->
79 </configSections>
80 <configProtectedData defaultProvider="RsaProtectedConfigurationProvider">
81 <providers>
82 <!-- add name="RsaProtectedConfigurationProvider" type="System.Configuration.RsaProtectedConfigurationProvider, System.Configuration"
83 description="" keyContainerName="MonoFrameworkConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" /-->
84 <add name="DataProtectionConfigurationProvider" type="System.Configuration.DpapiProtectedConfigurationProvider, System.Configuration"
85 description="" useMachineProtection="true" keyEntropy="" />
86 </providers>
87 </configProtectedData>
88 <system.net>
89 <connectionManagement>
90 <add address="*" maxconnection="2" />
91 </connectionManagement>
92 <authenticationModules>
93 <add type="System.Net.BasicClient" />
94 <add type="System.Net.DigestClient" />
95 <!-- <add type="System.Net.NtlmClient" /> -->
96 </authenticationModules>
97 <defaultProxy>
98 <proxy />
99 <!-- bypassonlocal and proxyaddress are ok -->
100 <!-- usessystemdefault is not supported -->
101 </defaultProxy>
102 <webRequestModules>
103 <add prefix="http" type="System.Net.HttpRequestCreator, System" />
104 <add prefix="https" type="System.Net.HttpRequestCreator, System" />
105 <add prefix="file" type="System.Net.FileWebRequestCreator, System" />
106 </webRequestModules>
107 <settings>
108 <ipv6 enabled="false"/>
109 </settings>
110 </system.net>
111 <system.data>
112 <DbProviderFactories>
113 <add name="OleDb Data Provider" support="2" invariant="System.Data.OleDb" description=".Net Framework Data Provider for OleDb" type="System.Data.OleDb.OleDbFactory, System.Data" />
114 <add name="OracleClient Data Provider" support="2" invariant="System.Data.OracleClient" description=".Net Framework Data Provider for Oracle" type="System.Data.OracleClient.OracleClientFactory, System.Data.OracleClient" />
115 <add name="SqlClient Data Provider" support="2" invariant="System.Data.SqlClient" description=".Net Framework Data Provider for SqlServer" type="System.Data.SqlClient.SqlClientFactory, System.Data" />
116 </DbProviderFactories>
117 </system.data>
118 <system.web>
119 <httpHandlers>
120 <add verb="*" path="Trace.axd" type="System.Web.Handlers.TraceHandler, System.Web" />
121 <add verb="*" path="trace.axd" type="System.Web.Handlers.TraceHandler, System.Web" />
122 <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web" />
123 <add verb="*" path="*.ashx" type="System.Web.UI.PageHandlerFactory, System.Web" />
124 <add verb="*" path="*.asmx" validate="false"
125 type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services" />
126 <!--<add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web" />-->
127 <add verb="GET" path="WebResource.axd" type="System.Web.Handlers.AssemblyResourceLoader, System.Web" />
128 add verb="*" path="*.master" type="System.Web.HttpForbiddenHandler, System.Web" />
129 <add verb="*" path="*.resources" type="System.Web.HttpForbiddenHandler, System.Web" />
130 <add verb="*" path="*.skin" type="System.Web.HttpForbiddenHandler, System.Web" />
131 <add verb="*" path="*.browser" type="System.Web.HttpForbiddenHandler, System.Web" />
132 <add verb="*" path="*.sitemap" type="System.Web.HttpForbiddenHandler, System.Web" />
133 <add verb="*" path="*.webinfo" type="System.Web.HttpForbiddenHandler, System.Web" />
134 <add verb="*" path="*.resx" type="System.Web.HttpForbiddenHandler, System.Web" />
135 <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, System.Web" />
136 <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web" />
137 <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web" />
138 <add verb="*" path="*.Config" type="System.Web.HttpForbiddenHandler, System.Web" />
139 <add verb="*" path="*.cs" type="System.Web.HttpForbiddenHandler, System.Web" />
140 <add verb="*" path="*.vb" type="System.Web.HttpForbiddenHandler, System.Web" />
141 <add verb="*" path="*.csproj" type="System.Web.HttpForbiddenHandler, System.Web" />
142 <add verb="*" path="*.vbproj" type="System.Web.HttpForbiddenHandler, System.Web" />
143 <add verb="*" path="*.licx" type="System.Web.HttpForbiddenHandler, System.Web" />
144 <add verb="*" path="*.dll" type="System.Web.HttpForbiddenHandler, System.Web" />
145 <add verb="*" path="*.jar" type="System.Web.HttpForbiddenHandler, System.Web" />
146 <add verb="*" path="*.rem" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting" validate="false" />
147 <add verb="*" path="*.soap" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting" validate="false" />
148 <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web" />
149 <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web" />
150 </httpHandlers>
151 <httpModules>
152 <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" />
153 <add name="Session" type="System.Web.SessionState.SessionStateModule" />
154 <!--add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /-->
155 <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
156 <!--add name="PassportAuthentication" type="System.Web.Security.PassportAuthenticationModule" /-->
157 <add name="RoleManager" type="System.Web.Security.RoleManagerModule" />
158 <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" />
159 <!--add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" /-->
160 <!--add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" /-->
161 <!--add name="Profile" type="System.Web.Profile.ProfileModule" /-->
162 </httpModules>
163 <machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" />
164 <membership>
165 <providers>
166 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
167 </providers>
168 </membership>
169 <profile>
170 <providers>
171 <add name="AspNetSqlProfileProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Profile.SqlProfileProvider, System.Web" />
172 </providers>
173 </profile>
174 <roleManager>
175 <providers>
176 <add name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Security.SqlRoleProvider, System.Web" />
177 </providers>
178 </roleManager>
179 <globalization requestEncoding="utf-8"
180 responseEncoding="utf-8"
181 fileEncoding="utf-8"/>
182 <!--
183 culture="en-US"
184 uiculture="en-US" />
186 <sessionState mode="InProc" />
187 <webServices>
188 <protocols>
189 <add name="HttpSoap"/>
190 <add name="HttpPost"/>
191 <add name="HttpGet"/>
192 <add name="Documentation"/>
193 </protocols>
194 <wsdlHelpGenerator href="DefaultWsdlHelpGenerator.aspx" />
195 </webServices>
196 <webControls clientScriptsLocation="/web_scripts" />
197 <compilation debug="false" defaultLanguage="c#">
198 <compilers>
199 <compiler language="cs;c#;csharp" extension=".cs" warningLevel="1" compilerOptions=""
200 type="Microsoft.CSharp.CSharpCodeProvider, System" />
201 <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
202 warningLevel="1" compilerOptions=""
203 type="Microsoft.VisualBasic.VBCodeProvider, System" />
204 </compilers>
205 <assemblies>
206 <!--<add assembly="mscorlib" /> -->
207 <add assembly="System" />
208 <add assembly="System.Xml" />
209 <add assembly="System.Data" />
210 <add assembly="System.Web" />
211 <add assembly="System.Web.Services" />
212 <add assembly="System.Drawing" />
213 <add assembly="*" /> <!-- Add assemblies in bin directory -->
214 </assemblies>
215 </compilation>
216 <httpRuntime executionTimeout="90"
217 maxRequestLength="4096"
218 useFullyQualifiedRedirectUrl="false"
219 minFreeThreads="8"
220 minLocalRequestFreeThreads="4"
221 appRequestQueueLimit="100" />
222 <siteMap>
223 <providers>
224 <add siteMapFile="web.sitemap" name="AspNetXmlSiteMapProvider" type="System.Web.XmlSiteMapProvider, System.Web" />
225 </providers>
226 </siteMap>
228 <urlMappings enabled="true" />
230 <pages buffer="true"
231 enableSessionState="true"
232 autoEventWireup="true"
233 validateRequest="true" />
234 </system.web>
236 <system.runtime.remoting>
237 <application>
238 <channels>
239 <channel ref="http client" displayName="http client (delay loaded)" delayLoadAsClientChannel="true" />
240 <channel ref="tcp client" displayName="tcp client (delay loaded)" delayLoadAsClientChannel="true" />
241 </channels>
242 </application>
243 <channels>
244 <channel id="http" type="System.Runtime.Remoting.Channels.Http.HttpChannel, System.Runtime.Remoting" />
245 <channel id="http client" type="System.Runtime.Remoting.Channels.Http.HttpClientChannel, System.Runtime.Remoting" />
246 <channel id="http server" type="System.Runtime.Remoting.Channels.Http.HttpServerChannel, System.Runtime.Remoting" />
247 <channel id="tcp" type="System.Runtime.Remoting.Channels.Tcp.TcpChannel, System.Runtime.Remoting" />
248 <channel id="tcp client" type="System.Runtime.Remoting.Channels.Tcp.TcpClientChannel, System.Runtime.Remoting" />
249 <channel id="tcp server" type="System.Runtime.Remoting.Channels.Tcp.TcpServerChannel, System.Runtime.Remoting" />
250 </channels>
251 <channelSinkProviders>
252 <clientProviders>
253 <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider, System.Runtime.Remoting" />
254 <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider, System.Runtime.Remoting" />
255 </clientProviders>
256 <serverProviders>
257 <formatter id="soap" type="System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider, System.Runtime.Remoting" />
258 <formatter id="binary" type="System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider, System.Runtime.Remoting" />
259 <provider id="wsdl" type="System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider, System.Runtime.Remoting" />
260 </serverProviders>
261 </channelSinkProviders>
262 </system.runtime.remoting>
263 <Mainsoft.Data.Configuration>
264 <objectnameresolution>
265 <!-- CATALOG.SCHEMA.NAME-->
266 <!-- "^\s*((((\[\s*(?<CATALOG>(\s*[^\[\]\s])+)\s*\])|(?<CATALOG>(\w|!|\#|\$)*(\s*(\w|!|\#|\$)+)*))\s*\.\s*)?((\[(?<SCHEMA>(\s*[^\[\]\s])+)\s*\])|(?<SCHEMA>(\w|!|\#|\$)*(\s*(\w|!|\#|\$)+)*))\s*\.\s*)?((\[(?<NAME>(\s*[^\[\]\s])+)\s*\])|(?<NAME>(\w|!|\#|\$)+(\s*(\w|!|\#|\$)+)*))\s*$" -->
267 <!-- <add dbname="<name returned by server>" match="^\s*((((\[\s*(?&lt;CATALOG&gt;(\s*[^\[\]\s])+)\s*\])|(?&lt;CATALOG&gt;(\w|!|\#|\$)*(\s*(\w|!|\#|\$)+)*))\s*\.\s*)?((\[(?&lt;SCHEMA&gt;(\s*[^\[\]\s])+)\s*\])|(?&lt;SCHEMA&gt;(\w|!|\#|\$)*(\s*(\w|!|\#|\$)+)*))\s*\.\s*)?((\[(?&lt;NAME&gt;(\s*[^\[\]\s])+)\s*\])|(?&lt;NAME&gt;(\w|!|\#|\$)+(\s*(\w|!|\#|\$)+)*))\s*$" priority="1"/> -->
268 </objectnameresolution>
269 <OleDbProviders>
271 <!-- Microsoft SQLServer driver 2000 -->
272 <provider>
273 <add key="url" value = "jdbc:microsoft:sqlserver://${servername}:${port};DatabaseName=${database}" />
274 <add key="driverClassName" value = "com.microsoft.jdbc.sqlserver.SQLServerDriver" />
275 <add key="id" value = "SQLJDBC2000" />
276 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2000, System.Data" />
277 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
278 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
279 </provider>
281 <!-- Microsoft SQLServer driver 2005 -->
282 <provider>
283 <add key="url" value = "jdbc:sqlserver://${servername}" />
284 <add key="driverClassName" value = "com.microsoft.sqlserver.jdbc.SQLServerDriver" />
285 <add key="id" value = "SQLJDBC2005" />
286 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2005, System.Data" />
287 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
288 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
289 </provider>
291 <!-- Microsoft SQLServer driver 2005 (default) -->
292 <provider>
293 <add key="url" value = "jdbc:sqlserver://${servername}" />
294 <add key="driverClassName" value = "com.microsoft.sqlserver.jdbc.SQLServerDriver" />
295 <add key="id" value = "SQLOLEDB.1" />
296 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2005, System.Data" />
297 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
298 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
299 </provider>
301 <!-- Oracle driver -->
302 <provider>
303 <add key="url" value = "jdbc:oracle:thin:@//${servername}:${port}/${servicename}" />
304 <add key="driverClassName" value = "oracle.jdbc.OracleDriver" />
305 <add key="port" value = "1521" />
306 <add key="id" value = "MSDAORA.1" />
307 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbOracleProvider, System.Data" />
308 <add key="keyMapping" value = "servername=hostname;user=user id,user,uid;password=password,pwd;servicename=data source,sid;loginTimeout=connect timeout,connection timeout" />
309 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
310 </provider>
312 <!-- IMB DB2 driver -->
313 <provider>
314 <add key="url" value = "jdbc:db2://${servername}:${port}/${database}" />
315 <add key="driverClassName" value = "com.ibm.db2.jcc.DB2Driver" />
316 <add key="port" value = "50000" />
317 <add key="id" value = "IBMDADB2.1" />
318 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbDB2Provider, System.Data" />
319 <add key="keyMapping" value = "servername=hostname;user=user id,user,uid;password=password,pwd;database=data source;loginTimeout=connect timeout,connection timeout;" />
320 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
321 </provider>
322 </OleDbProviders>
323 <SqlClientProviders>
325 <!-- Microsoft SQLServer driver 2000 -->
326 <provider>
327 <add key="url" value = "jdbc:microsoft:sqlserver://${servername}:${port};DatabaseName=${database}" />
328 <add key="driverClassName" value = "com.microsoft.jdbc.sqlserver.SQLServerDriver" />
329 <add key="id" value = "SQLJDBC2000" />
330 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2000, System.Data" />
331 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
332 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
333 </provider>
335 <!-- Microsoft SQLServer driver 2005 -->
336 <provider>
337 <add key="url" value = "jdbc:sqlserver://${servername}" />
338 <add key="driverClassName" value = "com.microsoft.sqlserver.jdbc.SQLServerDriver" />
339 <add key="id" value = "SQLJDBC2005" />
340 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2005, System.Data" />
341 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
342 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
343 </provider>
345 <!-- Microsoft SQLServer driver 2005 (default) -->
346 <provider>
347 <add key="url" value = "jdbc:sqlserver://${servername}" />
348 <add key="driverClassName" value = "com.microsoft.sqlserver.jdbc.SQLServerDriver" />
349 <add key="id" value = "SQLCLIENT" />
350 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OleDbSqlServerProvider2005, System.Data" />
351 <add key="keyMapping" value = "serverName=data source,server,address,addr;user=user id,user,uid;password=password,pwd;database=initial catalog,database;loginTimeout=connect timeout,connection timeout;" />
352 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
353 </provider>
354 </SqlClientProviders>
356 <OracleClientProviders>
358 <!-- Oracle driver -->
359 <provider>
360 <add key="url" value = "jdbc:oracle:thin:@//${servername}:${port}/${servicename}" />
361 <add key="driverClassName" value = "oracle.jdbc.OracleDriver" />
362 <add key="port" value = "1521" />
363 <add key="id" value = "ORACLECLIENT" />
364 <add key="type" value = "Mainsoft.Data.Jdbc.Providers.OracleProvider, System.Data.OracleClient" />
365 <add key="keyMapping" value = "servername=hostname;user=user id,user,uid;password=password,pwd;servicename=data source,sid;loginTimeout=connect timeout,connection timeout" />
366 <add key="keyExclude" value="provider,jndi-datasource-name,naming-provider-url,naming-factory-initial,jdbcdriverclassname,jdbcurl" />
367 </provider>
368 </OracleClientProviders>
369 </Mainsoft.Data.Configuration>
371 <System.DirectoryServices>
372 <Settings>
373 <add key="servername" value="localhost"/>
374 <add key="port" value="389"/>
375 <add key="securitymech" value="1.2.840.113554.1.2.2"/>
376 <add key="securityappname" value="com.mainsoft.system.directoryservices"/>
377 <add key="authenticationmech" value="GSSAPI"/>
378 </Settings>
379 </System.DirectoryServices>
381 <appSettings>
382 <!--<add key="yourkey" value="your value" /> -->
383 <!--<remove key="a key defined higher in the hierarchy" /> -->
384 <!--<clear/> Removes all defined settings -->
385 </appSettings>
386 <system.diagnostics>
387 <trace autoflush="false" indentsize="4" />
388 </system.diagnostics>
389 <system.drawing>
390 <icons>
391 <add key="Application" value="System.Drawing.resources.icons.application.png"/>
392 <add key="Asterisk" value="System.Drawing.resources.icons.asterisk.png"/>
393 <add key="Error" value="System.Drawing.resources.icons.error.png"/>
394 <add key="Exclamation" value="System.Drawing.resources.icons.exclamation.png"/>
395 <add key="Hand" value="System.Drawing.resources.icons.hand.png"/>
396 <add key="Information" value="System.Drawing.resources.icons.information.png"/>
397 <add key="Question" value="System.Drawing.resources.icons.question.png"/>
398 <add key="Warning" value="System.Drawing.resources.icons.warning.png"/>
399 <add key="WinLogo" value="System.Drawing.resources.icons.winlogo.png"/>
400 </icons>
401 <codecs>
402 <!-- This mimetypes are plugin depenand, for now jai_imageio.jar -->
403 <!-- and java built in imageio specified -->
404 <add key="557cf400-1a04-11d3-9a73-0000f81ef32e" value="image/bmp, image/x-bmp, image/x-windows-bmp"/>
405 <add key="557cf406-1a04-11d3-9a73-0000f81ef32e" value="image/png"/>
406 <add key="557cf402-1a04-11d3-9a73-0000f81ef32e" value="image/gif"/>
407 <add key="557cf401-1a04-11d3-9a73-0000f81ef32e" value="image/jpeg"/>
408 <add key="557cf405-1a04-11d3-9a73-0000f81ef32e" value="image/tiff"/>
409 </codecs>
410 <codecsmetadata>
411 <imageformat name="Bmp">
412 <xresolution default="96">//PixelsPerMeter/X</xresolution>
413 <yresolution default="96">//PixelsPerMeter/Y</yresolution>
414 <unitstype default="meter"></unitstype>
415 <unitscale value="meter" name="meter">.0254</unitscale>
416 </imageformat>
417 <imageformat name="Jpeg">
418 <xresolution default="96">//JPEGvariety/app0JFIF/@Xdensity</xresolution>
419 <yresolution default="96">//JPEGvariety/app0JFIF/@Ydensity</yresolution>
420 <unitstype default="1">//JPEGvariety/app0JFIF/@resUnits</unitstype>
421 <unitscale value="0" name="na">1.0</unitscale>
422 <unitscale value="1" name="inch">1.0</unitscale>
423 <unitscale value="2" name="cm">25.4</unitscale>
424 </imageformat>
425 <imageformat name="Png">
426 <xresolution default="96">//pHYs/@pixelsPerUnitXAxis</xresolution>
427 <yresolution default="96">//pHYs/@pixelsPerUnitYAxis</yresolution>
428 <unitstype default="inch">//pHYs/@unitSpecifier</unitstype>
429 <unitscale value="meter" name="meter">.0254</unitscale>
430 <unitscale value="inch" name="inch">1.0</unitscale>
431 <unitscale value="unknown" name="na">1.0</unitscale>
432 </imageformat>
433 <imageformat name="Tiff">
434 <xresolution default="96">//TIFFField[@name='XResolution']/TIFFRationals/TIFFRational/@value</xresolution>
435 <yresolution default="96">//TIFFField[@name='YResolution']/TIFFRationals/TIFFRational/@value</yresolution>
436 <unitstype default="2">//TIFFField[@name='ResolutionUnit']/TIFFShorts/TIFFShort/@value</unitstype>
437 <unitscale value="1" name="na">1.0</unitscale>
438 <unitscale value="2" name="inch">1.0</unitscale>
439 <unitscale value="3" name="cm">25.4</unitscale>
440 </imageformat>
441 </codecsmetadata>
442 </system.drawing>
443 </configuration>