90 lines
No EOL
4.5 KiB
XML
90 lines
No EOL
4.5 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
|
|
|
|
<oracle.manageddataaccess.client>
|
|
<version number="*">
|
|
<dataSources>
|
|
<dataSource alias="config" descriptor="(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = XE)))" />
|
|
</dataSources>
|
|
</version>
|
|
</oracle.manageddataaccess.client>
|
|
<connectionStrings>
|
|
<add name="MTX" providerName="Oracle.ManagedDataAccess.Client" connectionString="Pooling=false;Data Source=config;User Id=MTX;Password=MTX" />
|
|
</connectionStrings>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<system.web>
|
|
<pages theme="_basico" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
|
<controls>
|
|
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview"/>
|
|
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
|
|
</controls>
|
|
</pages>
|
|
<!--
|
|
Set compilation debug="true" to insert debugging
|
|
symbols into the compiled page. Because this
|
|
affects performance, set this value to true only
|
|
during development.
|
|
-->
|
|
<compilation debug="true" targetFramework="4.0">
|
|
<assemblies>
|
|
<add assembly="VsWebSite.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
|
<add assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
|
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
|
<add assembly="System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>
|
|
<buildProviders>
|
|
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider"/>
|
|
</buildProviders>
|
|
</compilation>
|
|
<customErrors mode="Off"/>
|
|
<httpHandlers>
|
|
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
|
</httpHandlers>
|
|
</system.web>
|
|
<system.web.extensions>
|
|
<scripting>
|
|
<webServices>
|
|
<!-- Uncomment this line to customize maxJsonLength and add a custom converter -->
|
|
<!--
|
|
<jsonSerialization maxJsonLength="500">
|
|
<converters>
|
|
<add name="DataSetConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataSetConverter, Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
<add name="DataRowConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataRowConverter, Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
<add name="DataTableConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataTableConverter, Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
</converters>
|
|
</jsonSerialization>
|
|
-->
|
|
<!-- Uncomment this line to enable the authentication service. Include requireSSL="true" if appropriate. -->
|
|
<!--
|
|
<authenticationService enabled="true" requireSSL = "true|false"/>
|
|
-->
|
|
<!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved
|
|
and modified in ASP.NET AJAX applications, you need to add each property name to the readAccessProperties and
|
|
writeAccessProperties attributes. -->
|
|
<!--
|
|
<profileService enabled="true"
|
|
readAccessProperties="propertyname1,propertyname2"
|
|
writeAccessProperties="propertyname1,propertyname2" />
|
|
-->
|
|
</webServices>
|
|
<!--
|
|
<scriptResourceHandler enableCompression="true" enableCaching="true" />
|
|
-->
|
|
</scripting>
|
|
</system.web.extensions>
|
|
<system.webServer>
|
|
<validation validateIntegratedModeConfiguration="false"/>
|
|
<handlers>
|
|
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
</handlers>
|
|
</system.webServer>
|
|
</configuration> |