English 中文(简体)
简便手提炼器和特殊产品的伐木。 NET MVC?
原标题:Simple handlng and logging of Exceptions i ASP.NET MVC?

www.un.org/Depts/DGACM/index_spanish.htm Hi,

我正在寻求一种简单的方式,将数据库的例外记录在我的伙伴关系中。 NET MVC应用程序。 我研究了“接受管理申请区”,但我无法找到任何简单明了的艺术,说明如何在伙伴关系中处理这一问题。 NET MVC?

我只应当尽可能地抓住这一例外情况,然后将其输入数据库,但并不肯定在伙伴关系中如何做到这一点。 NET MVC。 在WindowsForms,有过激烈的事件(如意料想不到的外观)来聆听我可以作到的地方,在ASP中就没有任何类似的情况。 NET MVC?

BestRegards

Edit1:我找到了一个名为“Hmah 。 但是,如果这是一个好的解决办法,如果它与协会很好地合作,则不会确定。 NET MVC。

然后,我又发现这一条:“http://www.davidjuth.com/asp-net-mvc-error-handler.aspx” rel=“nofollow” http://www.davidjuth.com/asp-net-mvc-error-handler.aspx 这看起来容易和清楚,但我也不知道这是否正确?

最佳回答
问题回答




相关问题
WebForms and ASP.NET MVC co-existence

I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...

Post back complex object from client side

I m using ASP.NET MVC and Entity Framework. I m going to pass a complex entity to the client side and allow the user to modify it, and post it back to the controller. But I don t know how to do that ...

Create an incremental placeholder in NHaml

What I want to reach is a way to add a script and style placeholder in my master. They will include my initial site.css and jquery.js files. Each haml page or partial can then add their own required ...

asp.net mvc automapper parsing

let s say we have something like this public class Person { public string Name {get; set;} public Country Country {get; set;} } public class PersonViewModel { public Person Person {get; ...

structureMap mocks stub help

I have an BLL that does validation on user input then inserts a parent(PorEO) and then inserts children(PorBoxEO). So there are two calls to the same InsertJCDC. One like this=>InsertJCDC(fakePor)...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

热门标签