|
Web.Config Settings |
Top Previous Next |
|
<appSettings>
<add key="ObjAcctWebServicesServer" value="http://localhost/objacct/webservices/" />
<add key="SessionTimeOut" value="60" /> <add key="CacheSlidingExpiration" value="5" />
<!-- Default IP Address of the SQL Server. Used in SystemCompanySetup.aspx --> <add key="SqlServerIpAddress" value="" />
<add key="SmtpServer" value="" />
<add key="TempDirectory" value="c:\temp\" />
<!-- Authentication methods --> <add key="AllowUrlCredentials" value="" /> <add key="AllowUrlLoginKey" value="" />
<!-- Demo login information --> <add key="DemoAdminLoginCompanyID" value="" /> <add key="DemoAdminLoginUserID" value="" /> <add key="DemoAdminLoginPassword" value="" />
<!-- Auto login information --> <add key="AutoLoginCompanyID" value="" /> <add key="AutoLoginUserID" value="" /> <add key="AutoLoginPassword" value="" />
<!-- Auto System login information --> <add key="SystemAutoLoginCompanyID" value="" /> <add key="SystemAutoLoginUserID" value="" /> <add key="SystemAutoLoginPassword" value="" />
<!-- Error login information --> <add key="ErrorLoginCompanyID" value="" /> <add key="ErrorLoginUserID" value="" /> <add key="ErrorLoginPassword" value="" />
<!-- The page to go to after login, if successful. --> <add key="LoginURL" value="login.aspx" />
<!-- The page to go to after login. --> <add key="LoginCss" value="css/login.css" />
<!-- Title of the login page. --> <add key="LoginPageTitle" value="ObjAcct Login" />
<!-- Title of the login form. --> <add key="LoginFormTitle" value="ObjAcct XML Web Ledger" />
<!-- Sub title of the login form. --> <add key="LoginFormSubTitle" value="Login" />
<!-- The page to go to after login, if successful. --> <add key="LoginReDirect" value="menu.aspx" />
<!-- The Client ID (i.e. OWL, OWS, OSM). --> <add key="LoginClientID" value="OWL" />
<add key="SplashUrl" value="WebLedgerLogo.asp" />
<!-- Determines if the report dropDownList will display in the Report.aspx screen. --> <add key="ReportAllowShowList" value="" />
<!-- Determines if Report.aspx will write .xsd files when printing. For report development. --> <add key="ReportWriteXsdDataFile" value="0" />
<!-- Cache expiration for the Component One cache, in minutes. --> <add key="ReportCacheSlidingExpiration" value="2" />
<!-- RowID of the ObjAcct Minimum Standard Chart --> <add key="MinimumChartRowID" value="6" /> <add key="DefaultChartTypeRowID" value="8" />
<add key="DefaultProductRowID" value="2" />
</appSettings>
|