/CRReports/Web.Config

http://github.com/khaneh/Orders · Unknown · 41 lines · 40 code · 1 blank · 0 comment · 0 complexity · e489a53222112839dc23e90e9af9eff5 MD5 · raw file

  1. <?xml version="1.0"?><!--
  2. Note: As an alternative to hand editing this file you can use the
  3. web admin tool to configure settings for your application. Use
  4. the Website->Asp.Net Configuration option in Visual Studio.
  5. A full list of settings and comments can be found in
  6. machine.config.comments usually located in
  7. \Windows\Microsoft.Net\Framework\v2.x\Config
  8. --><configuration>
  9. <appSettings>
  10. <add key="SqlUsername" value="sefadmin" />
  11. <add key="SqlPassword" value="5tgb" />
  12. <add key="SqlDatabase" value="sefareshat" />
  13. <add key="SqlServer" value="apps" />
  14. <add key="ReportsRoot" value="C:\Inetpub\Orders\Reports\"/>
  15. <add key="CrystalImageCleaner-AutoStart" value="true" />
  16. <add key="CrystalImageCleaner-Sleep" value="60000" />
  17. <add key="CrystalImageCleaner-Age" value="120000" />
  18. </appSettings>
  19. <system.web>
  20. <compilation debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
  21. <!--
  22. The <authentication> section enables configuration
  23. of the security authentication mode used by
  24. ASP.NET to identify an incoming user.
  25. -->
  26. <authentication mode="Windows"/>
  27. <customErrors mode="Off" />
  28. <!--
  29. The <customErrors> section enables configuration
  30. of what to do if/when an unhandled error occurs
  31. during the execution of a request. Specifically,
  32. it enables developers to configure html error pages
  33. to be displayed in place of a error stack trace.
  34. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  35. <error statusCode="403" redirect="NoAccess.htm" />
  36. <error statusCode="404" redirect="FileNotFound.htm" />
  37. </customErrors>
  38. -->
  39. <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></httpHandlers></system.web>
  40. </configuration>