| | |
| | | <?xml version="1.0"?> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | |
| | | <!-- |
| | | 有关如何配置 ASP.NET 应用程序的详细信息,请访问 |
| | |
| | | <configuration> |
| | | <configSections> |
| | | <section name="exceptionHandling" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" /> |
| | | <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/> |
| | | <section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" /> |
| | | <sectionGroup name="system.web"> |
| | | <section name="neatUpload" type="Brettle.Web.NeatUpload.ConfigSectionHandler,Brettle.Web.NeatUpload" allowLocation="true" /> |
| | | </sectionGroup> |
| | |
| | | <exceptionPolicies> |
| | | <add name="ExceptionPolicy"> |
| | | <exceptionTypes> |
| | | <add name="All Exceptions" type="System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
| | | postHandlingAction="NotifyRethrow"> |
| | | <add name="All Exceptions" type="System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" postHandlingAction="NotifyRethrow"> |
| | | <exceptionHandlers> |
| | | <add name="Logging Exception Handler" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
| | | logCategory="General" eventId="100" severity="Error" title="Enterprise Library Exception Handling" |
| | | formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" |
| | | priority="0" /> |
| | | <add name="Logging Exception Handler" type="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" logCategory="General" eventId="100" severity="Error" title="Enterprise Library Exception Handling" formatterType="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" priority="0" /> |
| | | </exceptionHandlers> |
| | | </add> |
| | | </exceptionTypes> |
| | |
| | | </exceptionPolicies> |
| | | </exceptionHandling> |
| | | <connectionStrings> |
| | | <add name="SqlConnection" |
| | | connectionString="Data Source=192.168.1.99\CYSQL;Initial Catalog=PrintECTest;User ID=sa;Password=cysql2008" |
| | | providerName="System.Data.SqlClient" /> |
| | | <add name="SqlConnection" connectionString="Data Source=192.168.1.99\CYSQL;Initial Catalog=PrintECTest;User ID=sa;Password=cysql2008" providerName="System.Data.SqlClient" /> |
| | | <!--<add name="SqlConnection" |
| | | connectionString="Data Source=.\SQLEXPRESS;database = ECTEST;Integrated security = true;" |
| | | providerName="System.Data.SqlClient" />--> |
| | |
| | | providerName="System.Data.SqlClient" />--> |
| | | </connectionStrings> |
| | | <appSettings> |
| | | <add key="LoggerName" value="AdoNetAppender"/> |
| | | <add key="NumberOfResultsPerPage" value=""/> |
| | | <add key="QueryTimeOut" value="10000"/> |
| | | <add key="DALPath" value="CY.SQLDAL"/> |
| | | <add key="RootConfigPath" value=""/> |
| | | <add key="LoginURL" value=""/> |
| | | <add key ="UploadFileURL" value="http://localhost:4291/FileUpload.aspx"/> |
| | | <add key="LoggerName" value="AdoNetAppender" /> |
| | | <add key="NumberOfResultsPerPage" value="" /> |
| | | <add key="QueryTimeOut" value="10000" /> |
| | | <add key="DALPath" value="CY.SQLDAL" /> |
| | | <add key="RootConfigPath" value="" /> |
| | | <add key="LoginURL" value="" /> |
| | | <add key="UploadFileURL" value="http://localhost:4291/FileUpload.aspx" /> |
| | | </appSettings> |
| | | |
| | | <system.web> |
| | | <httpModules> |
| | | <add type="URLRewriter.ModuleRewriter, URLRewriter" name="ModuleRewriter"/> |
| | | <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload"/> |
| | | <add type="URLRewriter.ModuleRewriter, URLRewriter" name="ModuleRewriter" /> |
| | | <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" /> |
| | | </httpModules> |
| | | <compilation debug="true" targetFramework="4.0" /> |
| | | |
| | |
| | | |
| | | <membership> |
| | | <providers> |
| | | <clear/> |
| | | <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" |
| | | enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" |
| | | maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" |
| | | applicationName="/" /> |
| | | <clear /> |
| | | <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" /> |
| | | </providers> |
| | | </membership> |
| | | |
| | | <profile> |
| | | <providers> |
| | | <clear/> |
| | | <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/> |
| | | <clear /> |
| | | <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" /> |
| | | </providers> |
| | | </profile> |
| | | |
| | | <roleManager enabled="false"> |
| | | <providers> |
| | | <clear/> |
| | | <clear /> |
| | | <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" /> |
| | | <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" /> |
| | | </providers> |
| | | </roleManager> |
| | | <pages> |
| | | <controls> |
| | | <add assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagPrefix="webdiyer"/> |
| | | <add tagName="CMSHead" tagPrefix="uc" src="~/Pages/common/CMSHead.ascx"/> |
| | | <add tagName="CMSFoot" tagPrefix="uc" src="~/Pages/common/CMSFoot.ascx"/> |
| | | <add tagName="CMSMergerOrder" tagPrefix="uc" src="~/Pages/common/CMSMergerOrder.ascx"/> |
| | | <add tagName="UCPager" tagPrefix="uc" src="~/Pages/common/UCPager.ascx"/> |
| | | <add tagName="FrontFoot" tagPrefix="uc" src="~/Pages/common/FrontFoot.ascx"/> |
| | | <add tagName="FrontHead" tagPrefix="uc" src="~/Pages/common/FrontHead.ascx"/> |
| | | <add tagName="FrontQuote" tagPrefix="uc" src="~/Pages/common/FrontQuote.ascx"/> |
| | | <add tagName="FrontNewestSeckill" tagPrefix="uc" src="~/Pages/common/FrontNewestSeckillBusiness.ascx"/> |
| | | <add tagName="FrontQuote" tagPrefix="uc" src="~/Pages/common/FrontQuote.ascx"/> |
| | | <add tagName="UIPrintTypeList" tagPrefix="uc" src="~/Pages/common/UIPrintTypeList.ascx"/> |
| | | <add tagName="CompanyInfo" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyInfo.ascx"/> |
| | | <add tagName="CompanyContact" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyContact.ascx"/> |
| | | <add tagName="CompanyHead" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyHead.ascx"/> |
| | | <add tagName="PrintTypeList" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/PrintTypeList.ascx"/> |
| | | <add tagName="PrintTypeListIN" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/PrintTypeListIN.ascx"/> |
| | | <add tagName="CompanyFoot" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyFoot.ascx"/> |
| | | <add tagName="CompanyQuote" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyQuote.ascx"/> |
| | | <add tagName="U_Contact" tagPrefix="uc" src="~/Pages/common/U_Contact.ascx"/> |
| | | <add tagName="U_Foot" tagPrefix="uc" src="~/Pages/common/U_Foot.ascx"/> |
| | | <add tagName="U_Head" tagPrefix="uc" src="~/Pages/common/U_Head.ascx"/> |
| | | <add tagName="U_Info" tagPrefix="uc" src="~/Pages/common/U_Info.ascx"/> |
| | | <add tagName="U_Link" tagPrefix="uc" src="~/Pages/common/U_Link.ascx"/> |
| | | <add tagName="U_Login" tagPrefix="uc" src="~/Pages/common/U_Login.ascx"/> |
| | | <add assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagPrefix="webdiyer" /> |
| | | <add tagName="CMSHead" tagPrefix="uc" src="~/Pages/common/CMSHead.ascx" /> |
| | | <add tagName="CMSFoot" tagPrefix="uc" src="~/Pages/common/CMSFoot.ascx" /> |
| | | <add tagName="CMSMergerOrder" tagPrefix="uc" src="~/Pages/common/CMSMergerOrder.ascx" /> |
| | | <add tagName="UCPager" tagPrefix="uc" src="~/Pages/common/UCPager.ascx" /> |
| | | <add tagName="FrontFoot" tagPrefix="uc" src="~/Pages/common/FrontFoot.ascx" /> |
| | | <add tagName="FrontHead" tagPrefix="uc" src="~/Pages/common/FrontHead.ascx" /> |
| | | <add tagName="FrontQuote" tagPrefix="uc" src="~/Pages/common/FrontQuote.ascx" /> |
| | | <add tagName="FrontNewestSeckill" tagPrefix="uc" src="~/Pages/common/FrontNewestSeckillBusiness.ascx" /> |
| | | <add tagName="FrontQuote" tagPrefix="uc" src="~/Pages/common/FrontQuote.ascx" /> |
| | | <add tagName="UIPrintTypeList" tagPrefix="uc" src="~/Pages/common/UIPrintTypeList.ascx" /> |
| | | <add tagName="CompanyInfo" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyInfo.ascx" /> |
| | | <add tagName="CompanyContact" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyContact.ascx" /> |
| | | <add tagName="CompanyHead" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyHead.ascx" /> |
| | | <add tagName="PrintTypeList" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/PrintTypeList.ascx" /> |
| | | <add tagName="PrintTypeListIN" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/PrintTypeListIN.ascx" /> |
| | | <add tagName="CompanyFoot" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyFoot.ascx" /> |
| | | <add tagName="CompanyQuote" tagPrefix="uc" src="~/Pages/Templet/Default/Shared/CompanyQuote.ascx" /> |
| | | <add tagName="U_Contact" tagPrefix="uc" src="~/Pages/common/U_Contact.ascx" /> |
| | | <add tagName="U_Foot" tagPrefix="uc" src="~/Pages/common/U_Foot.ascx" /> |
| | | <add tagName="U_Head" tagPrefix="uc" src="~/Pages/common/U_Head.ascx" /> |
| | | <add tagName="U_Info" tagPrefix="uc" src="~/Pages/common/U_Info.ascx" /> |
| | | <add tagName="U_Link" tagPrefix="uc" src="~/Pages/common/U_Link.ascx" /> |
| | | <add tagName="U_Login" tagPrefix="uc" src="~/Pages/common/U_Login.ascx" /> |
| | | |
| | | |
| | | <add tagName="px_CompanyInfo" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyInfo.ascx"/> |
| | | <add tagName="px_CompanyContact" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyContact.ascx"/> |
| | | <add tagName="px_CompanyHead" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyHead.ascx"/> |
| | | <add tagName="px_PrintTypeList" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/PrintTypeList.ascx"/> |
| | | <add tagName="px_PrintTypeListIN" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/PrintTypeListIN.ascx"/> |
| | | <add tagName="px_CompanyFoot" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyFoot.ascx"/> |
| | | <add tagName="px_CompanyQuote" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyQuote.ascx"/> |
| | | <add tagName="px_CompanyInfo" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyInfo.ascx" /> |
| | | <add tagName="px_CompanyContact" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyContact.ascx" /> |
| | | <add tagName="px_CompanyHead" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyHead.ascx" /> |
| | | <add tagName="px_PrintTypeList" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/PrintTypeList.ascx" /> |
| | | <add tagName="px_PrintTypeListIN" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/PrintTypeListIN.ascx" /> |
| | | <add tagName="px_CompanyFoot" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyFoot.ascx" /> |
| | | <add tagName="px_CompanyQuote" tagPrefix="uc" src="~/Pages/Templet/pingxuan/Shared/CompanyQuote.ascx" /> |
| | | </controls> |
| | | </pages> |
| | | <neatUpload useHttpModule="true" maxNormalRequestLength="600000" maxRequestLength="600000" defaultProvider="FilesystemUploadStorageProvider"> |
| | | <providers> |
| | | <add name="FilesystemUploadStorageProvider" |
| | | type="Brettle.Web.NeatUpload.FilesystemUploadStorageProvider, Brettle.Web.NeatUpload"/> |
| | | <add name="FilesystemUploadStorageProvider" type="Brettle.Web.NeatUpload.FilesystemUploadStorageProvider, Brettle.Web.NeatUpload" /> |
| | | </providers> |
| | | </neatUpload> |
| | | <httpRuntime requestValidationMode="2.0" maxRequestLength="400000" executionTimeout="3600" /> |
| | | <sessionState mode="InProc" timeout="60"/> |
| | | <sessionState mode="InProc" timeout="60" /> |
| | | </system.web> |
| | | <system.webServer> |
| | | <modules runAllManagedModulesForAllRequests="true"/> |
| | | <modules runAllManagedModulesForAllRequests="true" /> |
| | | </system.webServer> |
| | | <runtime> |
| | | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
| | | <dependentAssembly> |
| | | <assemblyIdentity name="Microsoft.Practices.Unity" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
| | | <bindingRedirect oldVersion="0.0.0.0-2.1.505.0" newVersion="2.1.505.0" /> |
| | | </dependentAssembly> |
| | | <dependentAssembly> |
| | | <assemblyIdentity name="Microsoft.Practices.Unity.Interception" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
| | | <bindingRedirect oldVersion="0.0.0.0-2.1.505.0" newVersion="2.1.505.0" /> |
| | | </dependentAssembly> |
| | | </assemblyBinding> |
| | | </runtime> |
| | | |
| | | </configuration> |