Web.config 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. 有关如何配置 ASP.NET 应用程序的详细信息,请访问
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10. <section name="fileUploadConfig" type="EMIS.ViewModel.FileUploadConfig, EMIS.ViewModel"/>
  11. </configSections>
  12. <connectionStrings>
  13. <!--普教开发环境-->
  14. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISDEVELOP;Initial Catalog=EMISDEVELOP;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  15. <!--成教开发环境-->
  16. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.29\sql2008;Initial Catalog=ssEMISNewDGLG1128;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  17. <!--松山测试环境-->
  18. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=Gdss.Emis202204081055;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  19. <!--广体测试环境-->
  20. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EmisGzty;Initial Catalog=Gzty.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  21. <!--广中医测试环境-->
  22. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66,1439;Initial Catalog=Gzzy.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  23. <!--工大测试环境-->
  24. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISHBGD;Initial Catalog=Hbgd.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  25. <!--科大测试环境-->
  26. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISHBKD;Initial Catalog=Hbkd.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  27. <!--广东警院测试环境-->
  28. <add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISADULTDEVELOP;Initial Catalog=AdultDEVELOP;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  29. <!--临沧农校测试环境-->
  30. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISLCNX;Initial Catalog=LCNX.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  31. <!--<add name="HRServiceContextContainer" providerName="System.Data.SqlClient" connectionString="Data Source=39.98.145.11;Initial Catalog=Emis.HRService;Persist Security Info=True;User ID=sa;Password=Bow1nSql2008;Pooling=True;Max Pool Size=10000;" />
  32. <add name="EMISNewLogContext" providerName="System.Data.SqlClient" connectionString="Data Source=39.98.145.11;Initial Catalog=Gdss.EmisLog;Persist Security Info=True;User ID=sa;Password=Bow1nSql2008;Pooling=True;Max Pool Size=10000;" />-->
  33. <!--本地测试环境-->
  34. <!--<add name="EMISNewContext" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=Hbgd.Emis;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />-->
  35. <add name="HRServiceContextContainer" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISADULTDEVELOP;Initial Catalog=Emis.HRService;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  36. <add name="EMISNewLogContext" providerName="System.Data.SqlClient" connectionString="Data Source=192.168.0.66\EMISADULTDEVELOP;Initial Catalog=AdultDEVELOP.EmisLog;Persist Security Info=True;User ID=sa;Password=1;Pooling=True;Max Pool Size=10000;" />
  37. </connectionStrings>
  38. <appSettings>
  39. <!--MVC组件配置begin-->
  40. <add key="webpages:Version" value="2.0.0.0" />
  41. <add key="webpages:Enabled" value="false" />
  42. <add key="PreserveLoginUrl" value="true" />
  43. <add key="ClientValidationEnabled" value="true" />
  44. <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  45. <!--MVC组件配置end-->
  46. <!--登录信息cookies名配置begin-->
  47. <add key="logincookieName" value="EMIS_NewLogin" />
  48. <!--登录信息cookies名配置end-->
  49. <!--登录信息容器配置begin-->
  50. <add key="CustomPrincipanAssembly" value="EMIS.Utility" />
  51. <add key="CustomPrincipanClass" value="EMIS.Utility.FormValidate.CustomPrincipal" />
  52. <!--登录信息容器配置end-->
  53. <!--工作流接口账号密码配置begin-->
  54. <add key="sys_InsertingID" value="79972b0d414d44bd86d816d90114e79f" />
  55. <add key="sys_InsertingPwd" value="53BF01E20E464120B2A94543312C0F34" />
  56. <!--工作流接口账号密码配置end-->
  57. <!--上传文件路径配置begin-->
  58. <add key="FileUploadPath" value="~/Content/DownFile" />
  59. <!--上传文件路径配置begin-->
  60. <!--系统发件邮箱配置begin-->
  61. <add key="Mail_SMTPServer" value="smtp.qq.com" />
  62. <add key="Mail_SMTPPort" value="25" />
  63. <add key="Mail_SMTPIsSSL" value="false" />
  64. <add key="Mail_Pop3Server" value="pop.qq.com" />
  65. <add key="Mail_Pop3Port" value="110" />
  66. <add key="Mail_Pop3IsSSL" value="false" />
  67. <add key="Mail_UserName" value="123433455" />
  68. <add key="Mail_Password" value="hpjcyfgjrlgebhji" />
  69. <!--系统发件邮箱配置end-->
  70. <!--7Zip压缩/解压缩工具位置配置begin-->
  71. <add key="PathOf7Zip" value="bin\7z.exe" />
  72. <!--7Zip压缩/解压缩工具位置配置end-->
  73. <!--导入文件的储存地址、虚拟目录配置begin-->
  74. <add key="ImportFileVirtualFolder" value="/Content/DownFile/" />
  75. <!--导入文件的储存地址、虚拟目录配置end-->
  76. <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)begin-->
  77. <add key="IsCloseSchedulingManage" value="0" />
  78. <!--配置是否自动关闭排课功能(0表示打开,1表示关闭)end-->
  79. <!--配置登出系统后的跳转地址begin-->
  80. <!--通用-->
  81. <add key="LogOffUrl" value="~/Account/Login" />
  82. <!--广中医-->
  83. <!--<add key="LogOffUrl" value="~/Account/GZZYLogin" />
  84. <add key="LoginAction" value="GZZYLogin" />-->
  85. <!--河北工大-->
  86. <!--<add key="LogOffUrl" value="~/Account/HBGDLogin" />
  87. <add key="LoginAction" value="HBGDLogin" />-->
  88. <!--河北科大-->
  89. <!--<add key="LogOffUrl" value="~/Account/NewLogin" />
  90. <add key="LoginAction" value="NewLogin" />-->
  91. <!--配置登出系统后的跳转地址end-->
  92. <!--单点登录配置,各高校有所不同(0表示关闭,1表示打开)begin-->
  93. <add key="IsSSOLogin" value="0" />
  94. <add key="SSOHost" value="https://cas.gdsspt.edu.cn/" />
  95. <add key="SSOAPPID" value="#"/>
  96. <add key="SSOSecret" value="#"/>
  97. <!--单点登录配置end-->
  98. <!--报表服务器配置begin-->
  99. <!--普教开发环境-->
  100. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8921/reportserver" />
  101. <add key="ReportServerUser" value="administrator" />
  102. <add key="ReportServerPass" value="Bow1n" />-->
  103. <!--成教开发环境-->
  104. <!--<add key="ReportServerUrl" value="http://192.168.0.29/reportserver" />
  105. <add key="ReportServerUser" value="administrator" />
  106. <add key="ReportServerPass" value="Bow1n" />-->
  107. <!--本地测试环境-->
  108. <add key="ReportServerUrl" value="http://win-gmo6nuas8pi/ReportServer" />
  109. <add key="ReportServerUser" value="administrator" />
  110. <add key="ReportServerPass" value="Bow1n" />
  111. <!--松山开发环境-->
  112. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8201/reportserver" />
  113. <add key="ReportServerUser" value="administrator" />
  114. <add key="ReportServerPass" value="Bow1n" />-->
  115. <!--广体开发环境-->
  116. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8202/reportserver" />
  117. <add key="ReportServerUser" value="administrator" />
  118. <add key="ReportServerPass" value="Bow1n" />-->
  119. <!--广中医开发环境-->
  120. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8206/reportserver" />
  121. <add key="ReportServerUser" value="administrator" />
  122. <add key="ReportServerPass" value="Bow1n" />-->
  123. <!--工大开发环境-->
  124. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8204/reportserver" />
  125. <add key="ReportServerUser" value="administrator" />
  126. <add key="ReportServerPass" value="Bow1n" />-->
  127. <!--科大开发环境-->
  128. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8203/reportserver" />
  129. <add key="ReportServerUser" value="administrator" />
  130. <add key="ReportServerPass" value="Bow1n" />-->
  131. <!--临沧农校开发环境-->
  132. <!--<add key="ReportServerUrl" value="http://192.168.0.66:8207/reportserver" />
  133. <add key="ReportServerUser" value="administrator" />
  134. <add key="ReportServerPass" value="Bow1n" />-->
  135. <!--报表服务器配置end-->
  136. <!--毕业日期配置begin-->
  137. <!--月(春季、上学期入学月)-->
  138. <add key="PlanningGraduateDateSpringMonth" value="1"/>
  139. <!--日(春季、上学期入学日)-->
  140. <add key="PlanningGraduateDateSpringDay" value="30"/>
  141. <!--月(秋季、下学期入学月)-->
  142. <add key="PlanningGraduateDateAutumnMonth" value="6"/>
  143. <!--日(秋季、下学期入学日)-->
  144. <add key="PlanningGraduateDateAutumnDay" value="30"/>
  145. <!--毕业日期配置end-->
  146. <!--入学学期配置begin(1表示春季、上学期,2表示秋季、下学期)-->
  147. <add key="EntranceSemesterID" value="1"/>
  148. <!--入学学期配置end-->
  149. <!--教学任务提交控制begin(0表示控制,1表示不控制)-->
  150. <add key="MissionClassCanSubmitNoTeacher" value="0"/>
  151. <!--教学任务提交控制eng-->
  152. <!--学号总位数配置begin-->
  153. <add key="LoginIDTotal" value="15"/>
  154. <!--学号总位数配置end-->
  155. </appSettings>
  156. <system.web>
  157. <httpRuntime maxRequestLength="999999999" maxQueryStringLength="102400" requestPathInvalidCharacters="" />
  158. <httpModules>
  159. <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
  160. </httpModules>
  161. <httpHandlers>
  162. <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  163. </httpHandlers>
  164. <customErrors mode="Off" defaultRedirect="Error" />
  165. <compilation debug="true" targetFramework="4.0">
  166. <buildProviders>
  167. <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  168. </buildProviders>
  169. </compilation>
  170. <authentication mode="Forms">
  171. <!--配置登入系统后的跳转地址begin-->
  172. <!--通用-->
  173. <forms loginUrl="~/Account/Login" timeout="2880" enableCrossAppRedirects="true" />
  174. <!--广中医-->
  175. <!--<forms loginUrl="~/Account/GZZYLogin" timeout="2880" enableCrossAppRedirects="true" />-->
  176. <!--河北工大-->
  177. <!--<forms loginUrl="~/Account/HBGDLogin" timeout="2880" enableCrossAppRedirects="true" />-->
  178. <!--河北科大-->
  179. <!--<forms loginUrl="~/Account/NewLogin" timeout="2880" enableCrossAppRedirects="true" />-->
  180. <!--配置登入系统后的跳转地址end-->
  181. </authentication>
  182. <pages>
  183. <namespaces>
  184. <add namespace="System.Web.Helpers" />
  185. <add namespace="System.Web.Mvc" />
  186. <add namespace="System.Web.Mvc.Ajax" />
  187. <add namespace="System.Web.Mvc.Html" />
  188. <add namespace="System.Web.Optimization" />
  189. <add namespace="System.Web.Routing" />
  190. <add namespace="System.Web.WebPages" />
  191. </namespaces>
  192. </pages>
  193. <trust level="Full" originUrl="" />
  194. <!--<caching>
  195. <outputCacheSettings>
  196. <outputCacheProfiles>
  197. <add name="PublicOnly" duration="3600" location="Client"/>
  198. </outputCacheProfiles>
  199. </outputCacheSettings>
  200. </caching>-->
  201. <!--<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" />-->
  202. </system.web>
  203. <system.web.extensions>
  204. <scripting>
  205. <webServices>
  206. <jsonSerialization maxJsonLength="500000000" />
  207. </webServices>
  208. </scripting>
  209. </system.web.extensions>
  210. <location path="Content">
  211. <system.webServer>
  212. <staticContent>
  213. <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
  214. <remove fileExtension=".zip" />
  215. <remove fileExtension=".rar" />
  216. <mimeMap fileExtension=".zip" mimeType="application/zip" />
  217. <mimeMap fileExtension=".rar" mimeType="application/octet-stream" />
  218. </staticContent>
  219. </system.webServer>
  220. </location>
  221. <location path="Scripts">
  222. <system.webServer>
  223. <staticContent>
  224. <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.02:00:00" />
  225. </staticContent>
  226. </system.webServer>
  227. </location>
  228. <system.webServer>
  229. <validation validateIntegratedModeConfiguration="false" />
  230. <modules runAllManagedModulesForAllRequests="true">
  231. <add name="VerificationCodeModule" type="Bowin.Common.VerificationCodeModule,Bowin.Common" />
  232. </modules>
  233. <handlers>
  234. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
  235. <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
  236. <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  237. <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  238. <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  239. <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  240. <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  241. </handlers>
  242. <httpProtocol>
  243. <customHeaders>
  244. <clear />
  245. <add name="X-UA-Compatible" value="IE=8" />
  246. <add name="Access-Control-Allow-Methods" value="POST"/>
  247. <add name="Access-Control-Allow-Headers" value="x-requested-with"/>
  248. <add name="Access-Control-Allow-Origin" value="*" />
  249. </customHeaders>
  250. </httpProtocol>
  251. <security>
  252. <requestFiltering>
  253. <requestLimits maxAllowedContentLength="2147483648" maxQueryString="2147483648"></requestLimits>
  254. </requestFiltering>
  255. </security>
  256. </system.webServer>
  257. <runtime>
  258. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  259. <dependentAssembly>
  260. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  261. <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  262. </dependentAssembly>
  263. <dependentAssembly>
  264. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  265. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  266. </dependentAssembly>
  267. <dependentAssembly>
  268. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  269. <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  270. </dependentAssembly>
  271. <dependentAssembly>
  272. <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  273. <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
  274. </dependentAssembly>
  275. </assemblyBinding>
  276. </runtime>
  277. <entityFramework>
  278. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  279. <parameters>
  280. <parameter value="v11.0" />
  281. </parameters>
  282. </defaultConnectionFactory>
  283. <providers>
  284. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  285. </providers>
  286. </entityFramework>
  287. <fileUploadConfig>
  288. <add name="EMIS.CommonLogic.DQPSystem.SOCTemplateServices" value="SOCTemplateDetailAttachment" />
  289. <add name="EMIS.CommonLogic.DQPSystem.SOCDetailScoreServices" value="SOCDetailAttachment" />
  290. <add name="EMIS.CommonLogic.DQPSystem.SOCServices" value="SOCAttachment" />
  291. <add name="EMIS.CommonLogic.ScoreManage.ScoreConvertByApplyServices" value="ScoreConvertByApplyAttachment" />
  292. <add name="EMIS.CommonLogic.SupervisionManage.ProjectRecordServices" value="ProjectRecordAttachment" />
  293. <!--毕业去向-->
  294. <add name="EMIS.CommonLogic.GraduationManage.GraduateCardManage.GraduateCardApplyServices" value="GraduateCardApplyAttachment" />
  295. </fileUploadConfig>
  296. <system.serviceModel>
  297. <behaviors>
  298. <serviceBehaviors>
  299. <behavior name="">
  300. <serviceMetadata httpGetEnabled="true" />
  301. <serviceDebug includeExceptionDetailInFaults="false" />
  302. <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
  303. </behavior>
  304. </serviceBehaviors>
  305. <endpointBehaviors>
  306. <behavior>
  307. <webHttp helpEnabled="True"/>
  308. </behavior>
  309. <behavior name="clientBehavior">
  310. </behavior>
  311. </endpointBehaviors>
  312. </behaviors>
  313. <protocolMapping>
  314. <add binding="webHttpBinding" scheme="http" />
  315. </protocolMapping>
  316. <serviceHostingEnvironment multipleSiteBindingsEnabled="true" aspNetCompatibilityEnabled="false"/>
  317. <bindings>
  318. <customBinding>
  319. <binding name="customBinding">
  320. <binaryMessageEncoding>
  321. <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64"/>
  322. </binaryMessageEncoding>
  323. <httpTransport maxReceivedMessageSize="2147483647">
  324. </httpTransport>
  325. </binding>
  326. </customBinding>
  327. <basicHttpBinding>
  328. <binding name="entreeSoap" textEncoding="utf-8" maxReceivedMessageSize="2147483647" openTimeout="01:00:00" closeTimeout="01:00:00" receiveTimeout="01:00:00" sendTimeout="01:00:00" >
  329. <readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="64"/>
  330. </binding>
  331. </basicHttpBinding>
  332. </bindings>
  333. <client>
  334. <!--工作流地址接入地址配置begin-->
  335. <!--普教开发环境-->
  336. <!--<endpoint address="http://192.168.0.66:8911/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  337. <!--成教开发环境-->
  338. <!--<endpoint address="http://192.168.0.28:8014/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  339. <!--本地测试环境-->
  340. <endpoint address="http://localhost:8033/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />
  341. <!--松山测试环境-->
  342. <!--<endpoint address="http://192.168.0.66:8101/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  343. <!--广体测试环境-->
  344. <!--<endpoint address="http://192.168.0.66:8102/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  345. <!--广中医测试环境-->
  346. <!--<endpoint address="http://192.168.0.66:8106/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  347. <!--工大测试环境-->
  348. <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  349. <!--科大测试环境-->
  350. <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  351. <!--临沧农校测试环境-->
  352. <!--<endpoint address="http://192.168.0.66:8103/entree.asmx" binding="basicHttpBinding" behaviorConfiguration="clientBehavior" bindingConfiguration="entreeSoap" contract="PlugworkflowServices.entreeSoap" name="entreeSoap" />-->
  353. <!--工作流地址接入地址配置end-->
  354. </client>
  355. </system.serviceModel>
  356. </configuration>