Pokaż
Ignoruj:
Data:
2009-11-24 12:21:39 (16 years ago)
Autor:
sylwek
Opis:

Re #195 merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
2 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
         1/branches/Abonament:701-884 
        12/branches/AutoShopper:815-818 
        23/branches/ReklamaReorganizacja:568-731 
        34/tags/BazaReklam_1.1.28:831 
        4 /trunk:774-868 
         5/trunk:774-893 
  • branches/Emisje/eCard/eCardMVC/Platnosci/Web.config

    r867 r895  
    2424                        </sectionGroup> 
    2525                </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> 
    2733  <appSettings> 
    2834    <add key="StatusLink" value="http://pay.truck-expo.com/info.aspx"/> 
     
    3137    <add key="Css" value="admoto"/> 
    3238     
     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    
    3345  </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> 
    3560                <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/> 
    3661    <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"/> 
     
    6186    --> 
    6287                <authentication mode="Forms"> 
    63                         <forms loginUrl="~/Account/LogOn" timeout="2880"/> 
     88                        <forms loginUrl="~/pl/Account/LogOn" timeout="2880"/> 
    6489                </authentication> 
    6590     
     
    115140                        <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"/> 
    116141                        <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> 
    118144                <httpModules> 
    119145                        <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 
    120146                        <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> 
    122149        </system.web> 
    123150        <system.codedom>