<?xml version="1.0" encoding="utf-8"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <!--<add name="connCore" connectionString="Data Source=question.sqlserver.rds.aliyuncs.com,3725;Initial Catalog=questions;Persist Security Info=True;User ID=question;Password=hzsz_111111" providerName="System.Data.SqlClient"/>--> <!--<add name="connCore" connectionString="Data Source=60.190.202.49,3341;;Initial Catalog=wjs1;Persist Security Info=True;User ID=sa;Password=hzsz_111111" providerName="System.Data.SqlClient"/>--> <!--绍兴市属--> <!--<add name="connCore" connectionString="Data Source=192.168.66.54,1433;;Initial Catalog=kqqdc;Persist Security Info=True;User ID=ytt;Password=ytt123456" providerName="System.Data.SqlClient"/>--> <!--柯桥 --> <!--<add name="connCore" connectionString="Data Source=60.190.202.44,1433;;Initial Catalog=kqqdc;Persist Security Info=True;User ID=luyou;Password=QWer123$%^" providerName="System.Data.SqlClient"/>--> <!--绍兴 --> <!--<add name="connCore" connectionString="Data Source=121.40.109.21,14334;;Initial Catalog=luyou;Persist Security Info=True;User ID=luyou;Password=QWer123$%^" providerName="System.Data.SqlClient" />--> <add name="connCore" connectionString="Data Source=121.40.72.86,33419;;Initial Catalog=shaoxingDB;Persist Security Info=True;User ID=shaoxing;Password=QWer123$%^" providerName="System.Data.SqlClient" /> <!--越城--> <add name="connCoreYc" connectionString="Data Source=47.99.214.129,33419;;Initial Catalog=yuechengDB;Persist Security Info=True;User ID=yuecheng;Password=QWer123$%^" providerName="System.Data.SqlClient" /> <!--柯桥--> <add name="connCoreKq" connectionString="Data Source=47.99.217.71,33419;;Initial Catalog=keqiaoDB;Persist Security Info=True;User ID=keqiao;Password=QWer123$%^" providerName="System.Data.SqlClient" /> <add name="messageCore" connectionString="Data Source=60.190.202.46,33415;;Initial Catalog=ems_db;Persist Security Info=True;User ID=szjxtuser;Password=RQminVCJota3H1u8bBYH" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <compilation debug="true" targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> </system.web> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>