Zbiór zmian 880 dla trunk/eCard/eCardMVC/Platnosci/Web.config
- Data:
- 2009-11-17 14:33:03 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Web.config (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Web.config
r871 r880 35 35 <add key="Css" value="truck"/> 36 36 <add key="StatusLink" value="http://platnosci.admoto.pl/info.aspx"/> 37 <add key="Css" value="admoto"/> 37 <add key="Css" value="admoto"/> 38 38 39 </appSettings> 39 40 <elmah> 40 <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/ App_Data" />41 <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/Log" /> 41 42 <security allowRemoteAccess="0" /> 42 43 </elmah> … … 79 80 --> 80 81 <authentication mode="Forms"> 81 <forms loginUrl="~/ Account/LogOn" timeout="2880"/>82 <forms loginUrl="~/pl/Account/LogOn" timeout="2880"/> 82 83 </authentication> 83 84
