elmah: exceptions without HttpContext?
I spawn a thread on Application_Start and would like to log exceptions. There is no Context/HttpContext/HttpContext.Current, so how might I get it to log?
I spawn a thread on Application_Start and would like to log exceptions. There is no Context/HttpContext/HttpContext.Current, so how might I get it to log?
When an exception occurs with any ASP.NET project (possibly any .net app) the stack trace will show the path on the developer’s machine, even when in production.
I have a website developed in ASP.Net 2.0 that is throwing the error
I received the following error while trying to login to a secured directory. As far as I know there are no large hashtables in use. The user login information is in the web.config file. Notice this is happening in .NET 2.0. I’ve searched and found references to this occurring in .net 1.0 or 1.1 environments but I haven’t found a solution for it happening in 2.0+.
What is the cause of this exception in ASP.NET? Obviously it is a viewstate exception, but I can’t reproduce the error on the page that is throwing the exception (a simple two TextBox form with a button and navigation links).
I’m using Facebook Graph Api and trying to get user data. I’m sending user access token and in case this token is expired or invalid Facebook returns status code 400 and this response:
I don’t know if anyone has seen this issue before but I’m just stumped. Here’s the unhandled exception message that my error page is capturing.
It was an interview question, quite simple, but I am not confident about the answer.
Well this i did the below to get the error, don’t have a clue why the database connection fails.
We have consumed a third party web service and are trying to invoke it from an ASP.NET web application.
However when I instantiate the web service the following System.InvalidOperationException exception is thrown: