| | |
| | | <!--本地环境--> |
| | | <!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />--> |
| | | <!--服务器环境--> |
| | | <add key="DBServer" value="Data Source=121.196.36.24;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602" /> |
| | | <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" /> |
| | | <!--redis数据库链接配置ip--> |
| | | <add key="RedisConnIp" value="127.0.0.1" /> |
| | | <!--redis数据库链接配置端口号--> |
| | | <add key="RedisConnPort" value="6379" /> |
| | | <!--key失效时间30秒--> |
| | | <add key="RedisKeyTimeCont" value="120" /> |
| | | <add key="RedisKeyTimeCont" value="30" /> |
| | | <!--Excel导出模板配置IP--> |
| | | <add key="FileIP" value="http://121.196.36.24:8001/" /> |
| | | <add key="webpages:Version" value="3.0.0.0" /> |
| | |
| | | <httpRuntime targetFramework="4.6.1" /> |
| | | <!--session失效时间--> |
| | | <sessionState mode="InProc" timeout="240"> |
| | | <providers> |
| | | <add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" /> |
| | | </providers> |
| | | <!--<sessionState mode="Off">--> |
| | | </sessionState> |
| | | </system.web> |
| | | <system.webServer> |
| | |
| | | <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" /> |
| | | <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> |
| | | <mimeMap fileExtension=".json" mimeType="application/json" /> |
| | | <!--添加打印文件MIME类型--> |
| | | <!--<mimeMap fileExtension=".grf" mimeType="grf/gridreport"/>--> |
| | | </staticContent> |
| | | <handlers> |
| | | <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> |