Zbiór zmian 895 dla branches/Emisje/eCard/eCardMVC/Platnosci/Web.config
- Data:
- 2009-11-24 12:21:39 (16 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci/Web.config (zmodyfikowane) (4 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/Abonament:701-884 1 2 /branches/AutoShopper:815-818 2 3 /branches/ReklamaReorganizacja:568-731 3 4 /tags/BazaReklam_1.1.28:831 4 /trunk:774-8 685 /trunk:774-893
-
- Property svn:mergeinfo
-
branches/Emisje/eCard/eCardMVC/Platnosci/Web.config
r867 r895 24 24 </sectionGroup> 25 25 </sectionGroup> 26 </configSections> 26 <sectionGroup name="elmah"> 27 <section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" /> 28 <section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" /> 29 <section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" /> 30 <section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" /> 31 </sectionGroup> 32 </configSections> 27 33 <appSettings> 28 34 <add key="StatusLink" value="http://pay.truck-expo.com/info.aspx"/> … … 31 37 <add key="Css" value="admoto"/> 32 38 39 <add key="Strona" value="http://pay.truck-expo.com"/> 40 <add key="Strona" value="http://platnosci.admoto.pl"/> 41 42 <add key="LinkFail" value="/Platnosc/Fail"/> 43 <add key="LinkOk" value="/Platnosc/Ok"/> 44 33 45 </appSettings> 34 <connectionStrings> 46 <elmah> 47 <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/Log" /> 48 <security allowRemoteAccess="0" /> 49 </elmah> 50 <!-- 51 <location path="elmah.axd"> 52 <system.web> 53 <authorization> 54 <deny users="?" /> 55 </authorization> 56 </system.web> 57 </location> 58 --> 59 <connectionStrings> 35 60 <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/> 36 61 <add name="Platnosci.Core.Properties.Settings.BAZA_REKLAM_TESTConnectionString" connectionString="Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM_TEST;Persist Security Info=True;User ID=wwwadmin;Password=adm1648" providerName="System.Data.SqlClient"/> … … 61 86 --> 62 87 <authentication mode="Forms"> 63 <forms loginUrl="~/ Account/LogOn" timeout="2880"/>88 <forms loginUrl="~/pl/Account/LogOn" timeout="2880"/> 64 89 </authentication> 65 90 … … 115 140 <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/> 116 141 <add verb="*" path="*.mvc" validate="false" type="System.Web.Mvc.MvcHttpHandler, System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 117 </httpHandlers> 142 <add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" /> 143 </httpHandlers> 118 144 <httpModules> 119 145 <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 120 146 <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 121 </httpModules> 147 <add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah"/> 148 </httpModules> 122 149 </system.web> 123 150 <system.codedom>
