elmah
can I share ELMAH configuration across apps?
Let\'s say that I have 5 apps that I want to add ELMAH logging for unhandled exceptions to. Is it possible to set ELMAH up to use a shared config file so that I only have to add one line to the web.co[详细]
2023-03-12 21:39 分类:问答Logging to multiple targets with Elmah
I have the following Elmah configuration: <elmah> <security allowRemoteAccess=\"0\" /> 开发者_JS百科<errorLog type=\"Elmah.SqlErrorLog, Elmah\" connectionStringName=\"Elmah.Sql\"/>[详细]
2023-03-12 10:09 分类:问答What to use for logging errors in a Quartz scheduled Job?
I have an asp.net mvc 3 application. In this application I have a reminder system that uses quartz to grab messages from the database and send them out.[详细]
2023-03-11 01:25 分类:问答Get full error in Release mode in MVC3
My MVC3 application that works fine in Debug is failing in Release mode. But the biggest problem is that the error I\'m getting is not detailed at all. This is all I\'m getting:[详细]
2023-03-10 18:18 分类:问答Elmah and DbEntityValidationException
I have setup a project with both Elmah and EF4.1 Code First. The project is throwing a System.Data.Entity.Validation.DbEntityValidationException, but Elmah is not providing enough detail to determin[详细]
2023-03-09 15:01 分类:问答Specify another domain for smtp and elmah?
I got kinda a weird scenario. I am using google apps for my domain emails so I getchobo2@mydomain.com.[详细]
2023-03-09 07:41 分类:问答Elmah not working on live site
I am using elmah with an asp.net mvc 3 site and it works fine locally but when I upload it to my shared hosting site(iis 7) it does not seem to log any of the errors.[详细]
2023-03-09 03:43 分类:问答How do you configure Elmah to tweet error messages?
I read that Elmah can tweet error messages so I tried to set it up, but could not get it to work.I am able to get it to save the errors into a database and email me the error, but the tweet doesn\'t s[详细]
2023-03-08 17:24 分类:问答How to grab a logged entry out of ELMAH manually
This seems simple enough. Elmah logs the errors, I see the error in the elmah.axd file, I then want to grab the data out into a new custom view.[详细]
2023-03-07 07:23 分类:问答Elmah did not log HttpRequestValidationException
In my ASP.NET MVC2 application Elmah fails to log any HttpRequestValidationException (except when you are logged into the webserver via remote desktop and browsing the site as localhost)[详细]
2023-03-06 14:06 分类:问答
加载中,请稍侯......