Advertisement
Guest User

BDCollections-Web.config

a guest
Feb 25th, 2011
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <configuration>
  3.  
  4. <connectionStrings>
  5. <!-- Connection string for Role Management Policy Store -->
  6. <add name="AzManPolicyStoreConnectionString" connectionString="msxml://C:/inetpub/wwwroot/BDcollections/roleProvider.xml"/>
  7. <!-- Connection string for PostgreSQL Database -->
  8. <add name="SQLConnectionString" connectionString="Server=127.0.0.1;Port=5432;UserId=bd;Password=asdfg;Database=bd_collections;Pooling=false"/>
  9. </connectionStrings>
  10.  
  11. <appSettings>
  12. <!-- Path for Active Directory login source -->
  13. <add key="ActiveDirectoryPath" value="LDAP://DC=BDNET,DC=com"/>
  14. <!-- Default Login domain -->
  15. <add key="ActiveDirectoryDomain" value="BDNET.com"/>
  16. <!-- Show Login domain input box -->
  17. <add key="ActiveDirectoryDomainShow" value="false"/>
  18. <!-- Path for Active Directory users grouping -->
  19. <add key="ActiveDirectoryUserGroupsPath" value="LDAP://OU=BD Collections,DC=BDNET,DC=com"/>
  20. <!-- Sender address for mail reports -->
  21. <add key="MailReportFromAddress" value="it-support@businessdynamicslimited.com"/>
  22. <!-- Recipient address for mail reports -->
  23. <add key="MailReportToAddress" value="bcataletto@businessdynamicslimited.com;mcress@businessdynamicslimited.com;shouston@businessdynamicslimited.com;saugustin@businessdynamicslimited.com;cbrody@businessdynamicslimited.com;pschuit@businessdynamicslimited.com;treinoso@businessdynamicslimited.com;tmartinez@businessdynamicslimited.com;tseabrook@businessdynamicslimited.com;snuma@businessdynamicslimited.com;gfiol@businessdynamicslimited.com"/>
  24. <!-- SMTP Server used to send mail reports -->
  25. <add key="MailReportSMTPServer" value="mx1.emailsrvr.com"/>
  26. <!-- Type of displayed user name at the top of collection screen (none, cname, displayname) -->
  27. <add key="CollectionsUsernameDisplayType" value="displayname"/>
  28. <!-- Type of displayed user name on the Totals Screen (cname, displayname) -->
  29. <add key="TotalsUsernameDisplayType" value="displayname"/>
  30. <!-- Open graph in new window (true/false) -->
  31. <add key="GraphNewWindow" value="true"/>
  32. <!-- Type of displayed user name on the graph (cname, displayname) -->
  33. <add key="GraphUsernameDisplayType" value="displayname"/>
  34. <!-- Defines maximal value to be shown on the graph -->
  35. <add key="GraphScale" value="100000"/>
  36. <!-- Automatic graph scaling (true/false) -->
  37. <add key="GraphScaleAuto" value="false"/>
  38. <!-- Show groups on the graph (true/false) -->
  39. <add key="GraphShowGroups" value="true"/>
  40. <!-- Gap of the group labels from the top of the graph -->
  41. <add key="GraphGroupsGap" value="11"/>
  42. <!-- Graph group labels font size -->
  43. <add key="GraphGroupsFontSize" value="10"/>
  44. <!-- Graph legend font size -->
  45. <add key="GraphLegendFontSize" value="10"/>
  46. <!-- Graph title font size -->
  47. <add key="GraphTitleFontSize" value="11"/>
  48. <!-- Space from the bottom of the image to the actual graph -->
  49. <add key="GraphMarginBottom" value="55"/>
  50. <!-- Define if Grand Totals should be displayed on the graph (true/false) -->
  51. <add key="GraphGrandTotals" value="false"/>
  52. <!-- Define if Final Totals should be displayed on the graph by default (true/false) -->
  53. <add key="GraphFinalTotalsByDefault" value="true"/>
  54. <!-- Define color of Final Totals Bar (in HTML Hexadecimal Format) -->
  55. <add key="GraphFinalTotalsBarColor" value="#000000"/>
  56. <!-- Ticker Bar Speed -->
  57. <add key="TickerSpeed" value="4"/>
  58. <!-- Ticker Bar News Separator -->
  59. <add key="TickerSeparator" value=" * "/>
  60. <!-- Ticker Bar Refresh Rate (value in seconds/disabled) -->
  61. <add key="TickerRefreshRate" value="10"/>
  62. <!-- Totals Page Refresh Rate (value in seconds/disabled) -->
  63. <add key="TotalsRefreshRate" value="disabled"/>
  64. <!-- Totals Page Refresh Hours (24H format, separated by semicolons [09:00;17:30;23:05]) -->
  65. <add key="TotalsRefreshHours" value="11:30;14:30;16:30"/>
  66. <!-- Define if magnitiude factor should be omited on the Y scale of the graph (true/false) -->
  67. <add key="GraphYScaleOmitMag" value="true"/>
  68. <!-- Define the title of the Y scale -->
  69. <add key="GraphYScaleTitle" value="Dollars collected x 1000"/>
  70. <!-- Define if ticker should be visible in Pop Up mode Graph Window (true/false) -->
  71. <add key="GraphDisplayTicker" value="true"/>
  72. </appSettings>
  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. <!-- Please do not touch anything below this line -->
  100. <location path="mailer.aspx">
  101. <system.web>
  102. <authorization>
  103. <allow users="?"/>
  104. </authorization>
  105. </system.web>
  106. </location>
  107. <location path="ticker.aspx">
  108. <system.web>
  109. <authorization>
  110. <allow users="?"/>
  111. </authorization>
  112. </system.web>
  113. </location>
  114. <system.web>
  115. <compilation debug="false">
  116. <assemblies>
  117. <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  118. <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  119. <add assembly="Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
  120. <authentication mode="Forms">
  121. <forms loginUrl="logon.aspx" name="adAuthCookie" timeout="10" path="/">
  122. </forms>
  123. </authentication>
  124. <authorization>
  125. <deny users="?"/>
  126. <allow users="*"/>
  127. </authorization>
  128. <identity impersonate="true"/>
  129. <roleManager enabled="true" cacheRolesInCookie="false" defaultProvider="RoleManagerAzManProvider" cookieName=".ASPXROLES" cookiePath="/" cookieTimeout="30" cookieRequireSSL="false" cookieSlidingExpiration="true" createPersistentCookie="false" cookieProtection="All">
  130. <providers>
  131. <add name="RoleManagerAzManProvider" type="System.Web.Security.AuthorizationStoreRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, publicKeyToken=b03f5f7f11d50a3a" connectionStringName="AzManPolicyStoreConnectionString" cacheRefreshInterval="1" applicationName="BD2"/>
  132. </providers>
  133. </roleManager>
  134. <customErrors mode="Off">
  135. <error statusCode="403" redirect="NoAccess.htm"/>
  136. <error statusCode="404" redirect="FileNotFound.htm"/>
  137. </customErrors>
  138. </system.web>
  139. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement