天猫精灵背景音乐 ,官方文档 上的设置接口不管用,经过询问使用 另一个接口,完美解决
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
|
||||
<databaseSettings>
|
||||
<add key="provider" value="System.Data.SqlClient" />
|
||||
<add key="connectionString" value="Data Source=DESKTOP-DUNS5K7;Initial Catalog=RICS;Persist Security Info=True;User ID=sa;Password=123456;" />
|
||||
<add key="connectionString" value="Data Source=DESKTOP-DUNS5K7;Initial Catalog=RICS;Persist Security Info=True;User ID=sa;Password=123456;Max Pool Size=300;" />
|
||||
<add key="dialect" value="NHibernate.Dialect.MsSql2008Dialect" />
|
||||
<add key="driver_class" value="NHibernate.Driver.SqlClientDriver" />
|
||||
<add key="show_sql" value="true" />
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<httpRuntime maxRequestLength="5000" requestValidationMode="2.0" />
|
||||
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<compilation debug="false" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
|
||||
Reference in New Issue
Block a user