Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
6answers
12k views

ASP.NET Custom 404 Returning 200 OK Instead of 404 Not Found

After trying to setup my site for Google Webmaster Tools I found that my Custom ASP.NET 404 page was not returning the 404 status code. It displayed the correct custom page and told the browser that ...
19
votes
3answers
10k views

C# Remoting - How to turn off CustomErrors

I getting the following error when I try to connect to my server app using remoting: A problem seems to have occured whilst connecting to the remote server: Server encountered an internal error. ...
7
votes
4answers
3k views

How do I get the member to which my custom attribute was applied?

I'm creating a custom attribute in C# and I want to do different things based on whether the attribute is applied to a method versus a property. At first I was going to do new ...
5
votes
1answer
1k views

Why is HttpContext.Session null when redirectMode = ResponseRewrite

As is suggested elsewhere, I am using redirectMode = ResponseRewrite in my custom error configuration so my custom error page can access the exception info. This has worked like a charm for some ...
2
votes
2answers
192 views

Custom error setting being ignored for locations denied in the web.config

In a ASP.Net 4 and MVC2 application we have an odd configuration error. The web.config looks something like this: <configuration> <location path="blockedpath"> ...
1
vote
1answer
93 views

How do I get a correct backtrace for a custom error class in NodeJS?

My understanding for the "right" way to make a custom Error class in JavaScript is something like this: function MyError(message) { this.name = "MyError"; this.message = message || ...
1
vote
1answer
34 views

Twisted: how to get error parameters from failure?

I have a piece of code: from twisted.web.client import getPage from twisted.internet import reactor class TestError(Exception): def __init__(self, message): self.message = message ...
1
vote
2answers
485 views

Custom validation error not displayed

I have an MVC 3 application and am trying to display a custom validation error. The normal validation errors that are generated by the model, i.e. Required, are displayed on the page. Now I am ...
1
vote
1answer
115 views

A couple of errors when trying to use custom errors in MVC 2

I'm getting a couple of errors when trying to use custom 404 and 500 error pages in MVC 2. I'm essentially trying to implement what I've found here: ...
1
vote
1answer
354 views

MVC 2.0 - Custom handling of all errors to return json

I have an MVC 2 app that I want all requests to return json. I have overridden a HandleErrorAttribute and an AuthorizeAttribute. My goal is that all errors (even 403 and 404) are returned as json. ...
1
vote
3answers
854 views

Web.config isn't showing errors remotely even with customErrors=“Off” (on ubuntu/mono)

Here is my Web.config file: <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="Off" /> <compilation debug="true" strict="false" ...
1
vote
2answers
1k views

Java: custom-exception-error

$ javac TestExceptions.java TestExceptions.java:11: cannot find symbol symbol : class test location: class TestExceptions throw new TestExceptions.test("If you see me, exceptions ...
1
vote
3answers
947 views

How to display Custom error message on asp.net compilation errors

I have configured my web.config to show 'error.htm' error page when exceptions occur on the website. But I am unable to show the page when an asp.net compilation error occurs. How do I make that ...
0
votes
1answer
25 views

Keeping Original URL while being redirected to Error.aspx

There is a question like the one below and Test System says the answer B is correct but it seems as it states that "You must also ensure that the original URL in the browser is not changed", D should ...
0
votes
1answer
11 views

How do I handle WCF SOAP deserialization errors in HTTP Reponse?

How do I hide the following error information and show custom message in WCF? This error occur when we inject invalid parameter in http request HTTP/1.0 500 Internal Server Error Cache-Control: ...
0
votes
1answer
23 views

Is there a custom error code I can use to display a friendly error page since I've disabled ssl2 support on my iis6 server?

I've recently disabled SSL2.0 support on my IIS 6.0 windows server. This is to bring the server into line with security best practices. I've noticed that sites like Amazon, Google, banks, etc all ...
0
votes
3answers
85 views

IIS 6 swallowing errors when using <customErrors mode=“On”

I have a application (folder with an app pool) running on iis 6 where im trying to setup a custom error page. I in the web config I have a element for the custom error but it never shows up. If I go ...
0
votes
1answer
236 views

Uploadify and back end script error messages

Is there anyway to modify the queue item's message if there is an error in the back end script of uploadify.php? See mock-up below. The first (gray) image will display completed even if there is ...
0
votes
2answers
141 views

jquery ajax results message

I have a ajax call to a php script that updates my MySQL DB with a new record when the user submits a data string as an entry. Part of the PHP is an if/else in place that will check to see if the ...
0
votes
4answers
311 views

How to override web.config customErrors settings at runtime?

I have the following code in the web.config file for my ASP.NET C# app that's hosed on Azure: <!-- Turn on Custom Errors --> <!-- Switch the mode to RemoteOnly for Retail/Production --> ...
0
votes
2answers
48 views

Custom error handler strange behaviour - PHP

I am having weird problems with custom error handler, here it is: function errHandler($errno, $errstr, $errfile, $errline) { if($errno) { header('HTTP/1.1 503 Service Temporarily ...
0
votes
0answers
159 views

Cloning custom error messages in JQuery / Validation

I have a simple form in a div tag which I clone using $('#class_of_div_to_clone').clone().fadeIn( ); I then update the id's of the div and all children from _1 to _2. So firstname_1 -> ...
0
votes
1answer
259 views

styling jquery validation error text

I'm using jquery validation and would like customize the error messages that are displayed. By default the validation errors appear to the right the input fields. I specifically would like to have ...
0
votes
2answers
682 views

ASP.NET MVC 2.0 - Disable custom error redirection for controller/action

I have a controller with a series of actions that return jsonp. My problem is that with custom errors enabled, my jquery ajax calls do not "error" when there is a hard server error. So, I need to ...
0
votes
1answer
364 views

How to handle Error 500 coming back from asmx service

I have a standard asmx service on which GET is not allowed. If I visit the asmx http://mysite/myservice.asmx/myoperation in the browser (GET) I get a stack trace flushed to the client and I can see ...
0
votes
2answers
239 views

WINAPI SetLastError versus C++ Keword Throw

What is the difference between the WINAPI SetLastError() and the C++ keyword throw? For example, are SetLastError(5); and throw 5; the same?
0
votes
2answers
369 views

How to clear inherited customErrors elements in Web.config?

As the article ASP.NET Configuration File Hierarchy and Inheritance says the Web.config file for a specific Web site contains settings that apply to the Web site and inherit downward ...
0
votes
1answer
110 views

Handling custom errors with a port in the URL for IIS

I am trying to specify a custom (ASPX) page to handle 404 errors. I can't seem to do this with IIS because I use a port other than the default. I have two versions of my site, one exposed (default ...