Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <connectionStrings>
    <add name="IntelligentIndexingWorkflow" connectionString="Server=sql2014t;Database=IntelligentIndexingWorkflow;User Id=docuware;Password=p@ssw0rd;" />
  </connectionStrings>
  <appSettings>
    <add key="M3_SERVICE_PROPERTY_COLLECTION" value="http://192.168.60.69/api/properties/{0}/{1}" />
    <add key="M3_SERVICE_COMPANY_COLLECTION" value="http://192.168.60.69/api/companies/{0}" />
    <add key="M3_SERVICE_AUTH" value="http://192.168.60.69/api/auth" />
    <add key="MS_SERVICE_VENDORS_1" value="http://192.168.60.69/api/vendor/{0}/company/{1}" />
    <add key="MS_SERVICE_VENDORS_2" value="http://192.168.60.69/api/vendor/{0}/property/{1}/{2}" />
    <add key="M3_SERVICE_PROPERTY_ACCOUNTS" value="http://192.168.60.69/api/account/{0}/property/{1}" />
    <add key="DOCUWARE_SERVER_PROTOCOL" value="http" />
    <add key="DOCUWARE_SERVER" value="docuware67" />
    <add key="DOCUWARE_ADMIN_USER" value="admin" />
    <add key="DOCUWARE_ADMIN_PASS" value="admin" />
    <add key="DOCUWARE_GLOBAL_USERPASS" value="26Solutions" />
    <add key="DOCUWARE_SQL_SERVER" value="sql2014t" />
    <add key="DOCUWARE_SQL_DBNAME" value="dwsystem" />
    <add key="DOCUWARE_SQL_USER" value="docuware" />
    <add key="DOCUWARE_SQL_PASS" value="p@ssw0rd" />
    <add key="DOCUWARE_INTEGRATION_PASSPHRASE" value="26DWwebclient" />
  </appSettings>
  <system.web>
    <compilation targetFramework="4.5.2" debug="true" />
    <httpRuntime targetFramework="4.5.2" maxRequestLength="1024000" />
    <sessionState mode="InProc" cookieless="false" timeout="30" />
  </system.web>
  <system.codedom>
    <compilers>
      <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
      <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
    </compilers>
  </system.codedom>
  <system.webServer>
    <staticContent>
      <remove fileExtension=".woff" />
      <remove fileExtension=".otf" />
      <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
      <mimeMap fileExtension=".otf" mimeType="application/octet-stream" />
    </staticContent>
    <defaultDocument>
      <files>
        <add value="Login.aspx" />
      </files>
    </defaultDocument>
  </system.webServer>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
<!--ProjectGuid: 4D56734E-70D8-47ED-8B6C-268E943ACB1C-->

Commits for ChrisCompleteCodeTrunk/M3Workflow/M3Workflow.Web/obj/Debug/M3Workflow.Web.csproj.App.config

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000