-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have setup ELMAH to create an XML log as well as send an email every time it encounters and unhandled exception in my ASP.NET MVC web application. However, creates 2 xml files for every error and sends to emails, seemingly identical each time. How do I stop this? My relevant web.config configuration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I cannot figure out what I'm doing wrong here, trying to use ELMAH in my MVC 2 application and it doesnt log anything, ever.
Here's what I have in my web.config (relevant parts)
<sectionGroup name="elmah">
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are working on a 3-tier application, and we've been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc). The application tier is exposed to the various web applications by WCF services. Since we control both the service and client side, we've decided to use net.tcp bindings…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am attempting to configure ELMAH to filter 404 errors and I am running into difficulties with the XML-provided filter rules in my Web.config file. I followed the tutorial here and here and added an <is-type binding="BaseException" type="System.IO.FileNotFoundException" /> declaration under…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Setup:
Windows XP
.NET Framework 3.5 SP1
ASP .NET MVC Version 1
I've been trying to set up ELMAH by following the instructions at http://code.google.com/p/elmah/wiki/MVC but I just get the following error when press F5:
Description: An error occurred during the processing of a configuration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a Drupal site which uses a custom field for a certain type of node (person_id) which corresponds to a particular user. I want to create a view so that when logged in, a user can see a list of nodes 'tagged' with their person_id. I've got the view working fine, with a url of my-library/username…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to modify a php search script so that it can handle multiple entries for a single field. The search engine is designed for a real estate website. The current search form allows users to search for houses by selecting a single neighborhood from a dropdown menu. Instead of a dropdown menu, I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a drop down box and some text input fields below it. Based on which item from the drop down menu the user selects, I would like to disable some of the fields. I think I am failing to target the input fields correctly but I can't figure out what the problem is:
Here is the script I have gotten…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I get all custom fields that belong to a certain box only.
For example, I am using the "more fields" plugin which allows me to create boxes of custom fields for instance a box called "hotel features" with different custom fields as the particular features.
Teh point is that when I extract…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to modify a wordpress / MySQL function to display a little more information. I'm currently running the following query that selects the post, joins the 'postmeta' and gets the info where the meta_key = _liked
function most_liked_posts($numberOf, $before, $after, $show_count) {
global…
>>> More