Questions tagged [elmah.mvc]

ELMAH.MVC is a tool to integrate ELMAH into ASP.NET MVC applications.

ELMAH.MVC is for painless integration of into ASP.NET MVC application.

Links:

139 questions
0
votes
1 answer

Why does XDocument.Load throw exception when ELMAH is enabled?

I have the following code that retrieves a link to the latest post from the blog subsite: XDocument doc = XDocument.Load("http://www.mysite.com/blog/syndication.axd"); XElement node = doc.Descendants("item").FirstOrDefault(); string text =…
Rich Bennema
  • 10,295
  • 4
  • 37
  • 58
-1
votes
1 answer

Is there a setting that I can configure ELMAH to automatically track user and CRUD activity?

I am using ELMAH.MVC for error logging but I was wondering if I could also do the same for logging user movement(what pages the user visits, information lookups, etc) and Create, Read, Update, Delete activity within the application. Is this possible…
Skullomania
  • 2,225
  • 2
  • 29
  • 65
-2
votes
1 answer

Nuget errors in MVC project

I am getting below nuget errors in MVC project and I tried uninstalling/installing packages.
F11
  • 3,703
  • 12
  • 49
  • 83
-2
votes
1 answer

Gmail account ID is not sending error mail using ELMAH

Its working fine if i am using domain email account like test@xyz.com but not working when i am using gmail email ID. My web config is below..