Zbiór zmian 964
- Data:
- 2009-12-22 12:25:22 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci
- Pliki:
-
- 3 zmodyfikowane
-
Controllers/HomeController.cs (zmodyfikowane) (3 diffs)
-
Views/Shared/Error.aspx (zmodyfikowane) (2 diffs)
-
Web.config (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
r930 r964 1 using System.Web.Mvc; 1 using System; 2 using System.Web.Mvc; 2 3 3 4 namespace Platnosci.Controllers … … 9 10 { 10 11 return RedirectToAction("LogOn", "Account"); 11 //return View();12 12 } 13 13 … … 16 16 return View(); 17 17 } 18 19 public ActionResult Error() 20 { 21 return View("Error"); 22 } 18 23 } 19 24 } -
trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error.aspx
r866 r964 1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage< System.Web.Mvc.HandleErrorInfo>" %>1 <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<HandleErrorInfo>" %> 2 2 3 3 <asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server"> 4 Error4 platnosci.admoto.pl - Sorry, an error occurred while processing your request 5 5 </asp:Content> 6 6 … … 9 9 Sorry, an error occurred while processing your request. 10 10 </h2> 11 <h3> 12 Our webmaster has been informed about this issue. 13 </h3> 11 14 </asp:Content> -
trunk/eCard/eCardMVC/Platnosci/Web.config
r954 r964 122 122 </customErrors> 123 123 --> 124 <customErrors mode="RemoteOnly" defaultRedirect="~/en/home/error"> 125 </customErrors> 124 126 <pages> 125 127 <controls>
