Index: trunk/eCard/eCardMVC/Platnosci/Web.config
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Web.config (revision 871)
+++ trunk/eCard/eCardMVC/Platnosci/Web.config (revision 880)
@@ -35,8 +35,9 @@
     <add key="Css" value="truck"/>
     <add key="StatusLink" value="http://platnosci.admoto.pl/info.aspx"/>
-    <add key="Css" value="admoto"/>    
+    <add key="Css" value="admoto"/>
+   
   </appSettings>
   <elmah>
-    <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/App_Data" />
+    <errorLog type="Elmah.XmlFileErrorLog, Elmah" logPath="~/Log" />
     <security allowRemoteAccess="0" />
   </elmah>
@@ -79,5 +80,5 @@
     -->
 		<authentication mode="Forms">
-			<forms loginUrl="~/Account/LogOn" timeout="2880"/>
+			<forms loginUrl="~/pl/Account/LogOn" timeout="2880"/>
 		</authentication>
     
