纽威
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.

21 lines
1.6 KiB

3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  5. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  6. </configSections>
  7. <connectionStrings>
  8. <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" />
  9. <add name="ICSWMS_SRMSysEntities" connectionString="metadata=&quot;res://*/03 Entity.DBModel.csdl|res://*/03 Entity.DBModel.ssdl|res://*/03 Entity.DBModel.msl&quot;;provider=System.Data.SqlClient;provider connection string=&quot;data source=192.168.1.88;initial catalog=ICSWMS_SRMSys;user id=sa;password=aA123456;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  10. </connectionStrings>
  11. <entityFramework>
  12. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
  13. </entityFramework>
  14. <runtime>
  15. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  16. <dependentAssembly>
  17. <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
  18. <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
  19. </dependentAssembly>
  20. </assemblyBinding>
  21. </runtime>
  22. </configuration>