/TEST/Web.Config
text | 40 lines | 39 code | 1 blank | 0 comment | 0 complexity | ef928e7013175c7507e3655061e63dec 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="CrystalImageCleaner-AutoStart" value="true" /> 15 <add key="CrystalImageCleaner-Sleep" value="60000" /> 16 <add key="CrystalImageCleaner-Age" value="120000" /> 17 </appSettings> 18 <system.web> 19 <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> 20 <!-- 21 The <authentication> section enables configuration 22 of the security authentication mode used by 23 ASP.NET to identify an incoming user. 24 --> 25 <authentication mode="Windows"/> 26 <customErrors mode="Off" /> 27 <!-- 28 The <customErrors> section enables configuration 29 of what to do if/when an unhandled error occurs 30 during the execution of a request. Specifically, 31 it enables developers to configure html error pages 32 to be displayed in place of a error stack trace. 33 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>