| | |
| | | <?xml version="1.0" encoding="utf-8" ?> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <configuration> |
| | | <configSections> |
| | | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework"/> |
| | | </configSections> |
| | | <connectionStrings> |
| | | <add name="NFineDbContext" |
| | | connectionString="Data Source=DESKTOP-DSS9VVU;Initial Catalog=OIDATABASE;User ID=sa;Password=aux!123;" |
| | | providerName="System.Data.SqlClient"/> |
| | | <add name="NFineDbContext" connectionString="Data Source=DESKTOP-DSS9VVU;Initial Catalog=OIDATABASE;User ID=sa;Password=aux!123;" providerName="System.Data.SqlClient"/> |
| | | </connectionStrings> |
| | | <entityFramework> |
| | | <providers> |
| | |
| | | <system.serviceModel> |
| | | <bindings> |
| | | <basicHttpBinding> |
| | | <binding maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" /> |
| | | <binding maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"/> |
| | | </basicHttpBinding> |
| | | </bindings> |
| | | <client /> |
| | | <client/> |
| | | <services> |
| | | <service name="MyServices"> |
| | | <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
| | |
| | | <serviceBehaviors> |
| | | <behavior> |
| | | <serviceMetadata httpGetEnabled="True" httpsGetEnabled="True"/> |
| | | <serviceDebug includeExceptionDetailInFaults="False" /> |
| | | <serviceDebug includeExceptionDetailInFaults="False"/> |
| | | </behavior> |
| | | </serviceBehaviors> |
| | | </behaviors> |
| | | </system.serviceModel> |
| | | </configuration> |
| | | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration> |