| | |
| | | <!-- 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> |
| | | <log4net configSource="log4net.config"/> |
| | | <appSettings> |
| | | <!--数据库链接配置--> |
| | | <!--本地环境--> |
| | | <!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />--> |
| | | <!--服务器环境--> |
| | | <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" /> |
| | | <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20230101;pooling=false" /> |
| | | <!--大岛服务器环境--> |
| | | <!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />--> |
| | | <!--redis企业配置--> |
| | | <add key="Enterprise" value="MES" /> |
| | | <!--redis数据库链接配置ip--> |
| | | <add key="RedisConnIp" value="127.0.0.1" /> |
| | | <!--redis数据库链接配置端口号--> |
| | |
| | | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
| | | <!--提交json字符串过长问题--> |
| | | <add key="aspnet:MaxJsonDeserializerMembers" value="150000000" /> |
| | | <add key="log4net.Internal.Debug" value="true"/> |
| | | </appSettings> |
| | | <system.diagnostics> |
| | | <trace autoflush="true"> |
| | | <listeners> |
| | | <add |
| | | name="textWriterTraceListener" |
| | | type="System.Diagnostics.TextWriterTraceListener" |
| | | initializeData="D:\log4net.txt" /> |
| | | </listeners> |
| | | </trace> |
| | | </system.diagnostics> |
| | | <system.web> |
| | | <compilation debug="true" targetFramework="4.6.1" /> |
| | | <customErrors mode="Off" /> |