Home
Products
API for Dynamics SL
Order Central
OC Lite
Sales Central
Account Central
Report Central
Catalog Central
Amazon Marketplace Integration
Other Catalina Products
Services
Web Ecommerce
Dynamics Integration
Reports and Data
Mobile Business
Resources
Catalina GitHub Source Code samples
Catalina API for SL YouTube Videos
Catalina Product Videos
Partners
About
Contact
Blog
Account Central®
->
Documentation
Account Central web.config (Application) Keys
<
appSettings
>
<!--
Custom Values
-->
<!--
def:ccPaymentEmailAddress: comma deliminated list of emailaddresses that should get a notification email for all payments made through account central
-->
<
add
key
=
"
ccPaymentEmailAddress
"
value
=
"
payments@mycompany.com
"
/>
<!--
def:siteTitle: Title of the site, used in title of all webpages
-->
<
add
key
=
"
siteTitle
"
value
=
"
Catalina Technology
"
/>
<!--
def:companyName: Value printed on the contact section of invoices and statements
-->
<
add
key
=
"
companyName
"
value
=
"
Some Company Inc.
"
/>
<!--
def:companyStreet: Value printed on the contact section of invoices and statements
-->
<
add
key
=
"
companyStreet
"
value
=
"
1 Somewhere St.
"
/>
<!--
def:companyCityStateZip: Value printed on the contact section of invoices and statements
-->
<
add
key
=
"
companyCityStateZip
"
value
=
"
MyCity, CA 000000
"
/>
<!--
def:companyPhone: Value printed on the contact section of invoices and statements
-->
<
add
key
=
"
companyPhone
"
value
=
"
999.888.7777
"
/>
<!--
Installation settings
-->
<!--
def:loginURL the full url for the login page
-->
<
add
key
=
"
loginURL
"
value
=
"
http://localhost/AccountCentral/login.aspx
"
/>
<!--
def:baseURL full base url for all files for this install
-->
<
add
key
=
"
baseURL
"
value
=
"
http://localhost/AccountCentral/
"
/>
<!--
def:invoicePDFDirectory full file path to directory for pdf invoices.
-->
<
add
key
=
"
invoicePDFDirectory
"
value
=
""
/>
<!--
def:sendEmailOnRegistration TRUE/FALSE default:true if true the user is sent the REGISTER email when their account is setup
-->
<
add
key
=
"
sendEmailOnRegistration
"
value
=
"
TRUE
"
/>
<!--
Installation flags
-->
<!--
def:allowAnonymousUser: TRUE/FALSE if set to TRUE, then will allow Anonymous User Writing functions listed in the anonymous User Permission list
-->
<
add
key
=
"
allowAnonymousUser
"
value
=
"
FALSE
"
/>
<!--
def:anonymousUserGUID: xct_tblAC.userGUID for anonymousUser, MUST be set if allowAnonymousUser = TRUE
-->
<
add
key
=
"
anonymousUserGUID
"
value
=
"
B464D5E6-20C8-4A62-A819-D07241B58387
"
/>
<!--
def:anonymousPermissions: comma deliminated string for anonymousUser Permissions
-->
<
add
key
=
"
anonymousPermissions
"
value
=
""
/>
<!--
Diagnostic settings
-->
<!--
def:debugMode: TRUE/FALSE if set to TRUE, then AC will log error messages to the file specified in the errorLogFile key
-->
<
add
key
=
"
debugMode
"
value
=
"
FALSE
"
/>
<!--
def:errorLogFile: if the debugMode is TRUE, then error messages will be logged to the path specified here. NOTE: use \\ for subdirectories. Note: the aspnet IIS process must have write permission to this file
-->
<
add
key
=
"
errorLogFile
"
value
=
"
c:\\inetpub\\wwwroot\\AccountCentral\\errorLog.txt
"
/>
<!--
Performance settings
-->
<!--
def:enableDataCache: TRUE/FALSE if set to TRUE the webserver will cache object for performance tuning
-->
<
add
key
=
"
enableDataCache
"
value
=
"
TRUE
"
/>
<!--
def: emailQueueCycleTime: The number of seconds between email sending jobs: default: 180seconds
-->
<
add
key
=
"
emailQueueCycleTime
"
value
=
"
180
"
/>
<!--
def: cacheQueueCycleTime: The number of seconds between cache clearing cycles default: 60seconds
-->
<
add
key
=
"
cacheQueueCycleTime
"
value
=
"
180
"
/>
<!--
Web Service urls
-->
<!--
def:ctACOrdersURL: The web address for the ctACOrdersURL service
-->
<
add
key
=
"
ctACOrdersURL
"
value
=
"
http://localhost/ctapi/services/ctAC/orders.asmx
"
/>
<!--
def:ctACPaymentsURL: The web address for the ctACPayments service
-->
<
add
key
=
"
ctACPaymentsURL
"
value
=
"
http://localhost/ctapi/services/ctAC/payments.asmx
"
/>
<!--
def:ctACSecurityURL: The web address for the ctACSecurity service
-->
<
add
key
=
"
ctACSecurityURL
"
value
=
"
http://localhost/ctapi/services/ctAC/security.asmx
"
/>
<!--
def:ctACEmailURL: The web address for the ctACEmail service
-->
<
add
key
=
"
ctACEmailURL
"
value
=
"
http://localhost/ctapi/services/ctAC/email.asmx
"
/>
<!--
def:ctACStatementsURL: The web address for the ctACStatements service
-->
<
add
key
=
"
ctACStatementsURL
"
value
=
"
http://localhost/ctapi/services/ctAC/statements.asmx
"
/>
<!--
Site Identifiers and License information
-->
<!--
def:siteID: The site ID for this AC installation
-->
<
add
key
=
"
siteID
"
value
=
"
AC
"
/>
<!--
def:siteKey: The site key for this AC installation
-->
<
add
key
=
"
siteKey
"
value
=
"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
"
/>
<!--
def: licenseKey: The license key for this AC installation
-->
<
add
key
=
"
licenseKey
"
value
=
"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
"
/>
<!--
def: licenseName: The name of company or person this AC installation is licensed to
-->
<
add
key
=
"
licenseName
"
value
=
"
MY COMPANY INC.
"
/>
<!--
def: licenseExpiration: The date this license expires. Leave Blank for never
-->
<
add
key
=
"
licenseExpiration
"
value
=
""
/>
</
appSettings
>
Subscribe
Microsoft Dynamics SL (Solomon) .NET Software by Catalina Technology a Microsoft Solomon ISV