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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
  </configSections>
  <System.Windows.Forms.ApplicationConfigurationSection />
  <configProtectedData />
  <system.diagnostics />
  <system.windows.forms />
  <uri />
  <connectionStrings>
    <add name="Action_Tire_Payment_Processor.Properties.Settings.Setting"
      connectionString="Data Source=LOCALHOST;Initial Catalog=ATPP;Persist Security Info=True;User ID=sa;Password=nsx3200"
      providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <add key="HpsSiteId" value="122241" />
    <add key="HpsLicenseId" value="122213" />
    <add key="HpsDeviceId" value="6215049" />
    <add key="HpsUserName" value="777700959220" />
    <add key="HpsPassword" value="$Test1234" />
    <add key="HpsDeveloperId" value="002914" />
    <add key="HpsVersionNumber" value="2734" />
    <add key="HpsServiceUrl" value="https://cert.api2.heartlandportico.com/Hps.Exchange.PosGateway/PosGatewayService.asmx" />
    <add key="Config Relative" value="True" />
    <add key="Config File" value="settings" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
    <add key="STORE" value="01" />
    <add key="DBSERVER" value="ACTIONSQL2" />
    <add key="DBNAME" value="ATPPH" />
    <add key="DBUSER" value="user_atpp" />
    <add key="DBPASSWORD" value="26atpp" />
    <add key="PRINTERIP" value="" />
    <add key="ADMINPASSWORD" value="" />
    <add key="DBWINDOWS" value="false" />
    <add key="USEDEFAULTPRINTER" value="true" />
    <add key="GIFTREGISTRATION" value="false" />
    <add key="DEFAULTLOCALPRINTER" value="Microsoft XPS Document Writer" />
  </appSettings>
  <system.serviceModel>
    <behaviors />
    <comContracts />
    <diagnostics />
    <extensions />
    <protocolMapping />
    <routing />
    <serviceHostingEnvironment />
    <services />
    <standardEndpoints />
    <tracking />
    <bindings>
      <basicHttpBinding>
        <binding name="OrderServiceSoap" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://actionapps:65100/OrderService.asmx"
        binding="basicHttpBinding" bindingConfiguration="OrderServiceSoap"
        contract="OrderService.OrderServiceSoap" name="OrderServiceSoap" />
    </client>
  </system.serviceModel>
  <system.web>
    <anonymousIdentification />
    <authentication />
    <authorization />
    <clientTarget />
    <compilation />
    <customErrors />
    <deployment />
    <deviceFilters />
    <fullTrustAssemblies />
    <globalization />
    <healthMonitoring />
    <hostingEnvironment />
    <httpCookies />
    <httpHandlers />
    <httpModules />
    <httpRuntime />
    <identity />
    <machineKey />
    <mobileControls />
    <pages />
    <partialTrustVisibleAssemblies />
    <processModel />
    <profile />
    <protocols />
    <securityPolicy />
    <sessionPageState />
    <sessionState />
    <siteMap />
    <trace />
    <trust level="Full" />
    <urlMappings />
    <webControls clientScriptsLocation="/aspnet_client/{0}/{1}/" />
    <webParts />
    <webServices />
    <xhtmlConformance />
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add serviceUri="" name="ClientAuthenticationMembershipProvider"
          type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </providers>
    </membership>
    <roleManager enabled="true" defaultProvider="ClientRoleProvider">
      <providers>
        <add serviceUri="" cacheTimeout="86400" name="ClientRoleProvider"
          type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </providers>
    </roleManager>
    <caching>
      <cache />
      <outputCache />
      <outputCacheSettings />
      <sqlCacheDependency />
    </caching>
  </system.web>
  <system.net>
    <authenticationModules />
    <connectionManagement />
    <defaultProxy />
    <requestCaching />
    <settings />
    <webRequestModules />
    <mailSettings>
      <smtp />
    </mailSettings>
  </system.net>
  <system.runtime.caching>
    <memoryCache />
  </system.runtime.caching>
  <system.runtime.serialization>
    <dataContractSerializer />
  </system.runtime.serialization>
  <system.serviceModel.activation>
    <diagnostics />
    <net.pipe />
    <net.tcp />
  </system.serviceModel.activation>
  <system.transactions>
    <defaultSettings />
  </system.transactions>
  <system.web.extensions>
    <scripting>
      <scriptResourceHandler />
      <webServices>
        <authenticationService />
        <jsonSerialization />
        <profileService />
        <roleService />
      </webServices>
    </scripting>
  </system.web.extensions>
  <system.xaml.hosting>
    <httpHandlers />
  </system.xaml.hosting>
  <system.xml.serialization>
    <dateTimeSerialization />
    <schemaImporterExtensions />
    <xmlSerializer />
  </system.xml.serialization>
</configuration>

Commits for ChrisCompleteCodeTrunk/ATTP/ATPP_New/bin/Debug/ATPP_New.exe.Config

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