You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </configSections> <connectionStrings> <add name="NFine.Domain.Properties.Settings.ICSWMS_SRMSysConnectionString" connectionString="Data Source=192.168.1.88;Initial Catalog=ICSWMS_SRMSys;Persist Security Info=True;User ID=sa;Password=aA123456" providerName="System.Data.SqlClient" /> <add name="ICSWMS_SRMSysEntities" connectionString="metadata="res://*/03 Entity.DBModel.csdl|res://*/03 Entity.DBModel.ssdl|res://*/03 Entity.DBModel.msl";provider=System.Data.SqlClient;provider connection string="data source=192.168.1.88;initial catalog=ICSWMS_SRMSys;user id=sa;password=aA123456;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /> </connectionStrings> <entityFramework> <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> </entityFramework> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>
|