Tagged Questions
The customerrors tag has no wiki summary.
13
votes
7answers
7k views
CustomErrors does not work when setting redirectMode=“ResponseRewrite”
In a old site, I was changing the way that CustomErrors works by adding redirectMode="ResponseRewrite" (new in 3.5 SP1)
The thing is that it shows me the generic error page (the one that you get when ...
6
votes
3answers
1k views
ASP.NET Application hosted on IIS7 that is ignoring custom errors and falls back to IIS errors
I have a C# web forms ASP.NET 4.0 web application that uses Routing for URLs for some reason custom errors defined in the system.web section of my web.config is entirely ignored and it will fall back ...
4
votes
1answer
1k views
customerrors for 401.2 in ASP.NET
I successfully implemented role based authorization in ASP.NET. When a person does not have the needed role he gets to see an error page for 401.2 not authorized.
What I would like to accomplish now ...
3
votes
1answer
402 views
How do I get ASP.NET MVC to honor my customErrors settings?
In the customErrors tag in my web.config, I am pointing to a controller. In my controller I am redirecting to an external error page that is shared by multiple applications.
<customErrors ...
3
votes
3answers
679 views
Why setting customErrors in web.config doesn't work at this case?
In my ASP.NET 3.5 Website which is published in shared hosting provider , I've configured my web.config file like this :
<customErrors mode="On" defaultRedirect="GenericErrorPage.htm">
...
3
votes
6answers
1k views
How to send status code “500” for generic error page in IIS?
I am using a generic error page using ASP.NET's <customErrors> directive.
<customErrors mode="On" defaultRedirect="500.html" redirectMode="ResponseRewrite">
</customErrors>
...
3
votes
2answers
626 views
ASP.NET customErrors with mode=remoteOnly and global.asax handling exceptions
I have custom errors set in the web config file as follows:
<customErrors mode="RemoteOnly" defaultRedirect="GenericError.aspx" />
Fine and dandy... I like that mode="RemoteOnly" facilitates ...
3
votes
1answer
292 views
iis 6 custom error not working in ie
I've set up the custom errors in webconfig and it's working great for .aspx pages. But, I'm trying to handle the .htm or .html or .pdf errors (mainly not found). Understand from research that ...
3
votes
3answers
525 views
ASP.NET CustomErrors - RemoteOnly where “remote” means outside of our network
Does anybody have any clever solutions that they've used to turn on customErrors for everybody except for "us", where us = everybody on our network, IP range, etc.
Therefore, outside world: ...
3
votes
6answers
4k views
ASP.NET/IIS: 404 for all file types
I set up 404 handler page in web.config, but it works ONLY when extension of URL is .aspx (or other which is handled by ASP.NET).
I know I can setup static HTML page in website options, but I want to ...
2
votes
3answers
208 views
ASP.NET MVC3: customErrors in Web.Config ignored on localhost and on server, custom error page only displays on localhost
I'm trying to get the custom 404 page we've built to display instead of the default 404 page created by the server. It works as intended when debugging the application locally, but not when running ...
2
votes
1answer
163 views
Custom HTTP Errors in IIS 7
I'm trying to handle 403 and 404 errors in my web app. I have read MS instructions and applied on my server. IIS7 manager effectively handles this by editing my web.config as:
<httpRedirect ...
2
votes
1answer
1k views
How to get Custom Error Pages working for Classic ASP with IIS 7 Integrated Pipeline
I'm working on a website with legacy Classic ASP pages (being converted to ASP.NET on an as needed basis) and new ASP.NET pages. Use of IIS 7 Integrated Pipeline has been very helpful with our ...
2
votes
1answer
77 views
Is NLog work with customErrors?
when i use <customErrors mode="Off"/> and i have an error on the screen it writes to log file but when i use <customErrors mode="RemoteOnly"/> then i see my custom error page but error not ...
2
votes
3answers
707 views
Can't find the custom error page
Here's how I have it defined (locally, on my development machine):
<customErrors mode="On" defaultRedirect="Error.aspx">
<error statusCode="404" redirect="NotFound.aspx" />
...
2
votes
1answer
29 views
Does processModel/serverErrorMessageFile work when accidentally mixing ASP.NET versions in IIS6?
I've tried setting serverErrorMessageFile to a path relative to machine.config, and to an absolute path, but when accessing an app on our IIS6 server that shares a pool with another ASP.NET version, ...
2
votes
1answer
1k views
Custom error pages shown using IIS6 rather than web.config settings
this is my first post on this great source of programming information.
I have developed new site for client and just doing some finishing touches.
I am trying to create custom error pages which ...
2
votes
5answers
927 views
Best way to pass last error to custom error redirect?
Was wondering what you thought of this solution, if this is right way to pass an error message to a custom page?
In web.config:
<customErrors mode="On" ...
1
vote
1answer
24 views
How to hide WCF Deserialization error in HTTP Response
How can I customize the error message in HTTP response? Instead of below error I need to show custom error message in HTTP Response.
a:Deserialization
FailedThe formatter threw an
exception ...
1
vote
1answer
55 views
IIS7 - combination of ASP.NET customErrors, IIS httpErrors
I've seen a number of similar questions to this on StackOverflow and on other sites, but nothing that seems to resolve the issue I'm experiencing.
I'm trying to configure a site to return a 500 ...
1
vote
1answer
53 views
get reference to the ASP.NET web.config customErrors section
I'm trying to obtain a reference to the web.config customErrors section. When I use the following code I always get a null. I don't have this problem when I get a reference to a custom section that ...
1
vote
1answer
96 views
custom validations errors form controller inside other parent controller rails 3.1
I have a House model in my rails app that has_many deals. I am displaying these deals on the house's show page. When I submit the form everything works fine if is with redirect_to; however, if there ...
1
vote
1answer
90 views
Default ActiveRecord/ActiveModel ::Errors are anonymous
Default ActiveModel::Errors are great, but i am solving problem, that the messages are anonymous. For example there is message should look like an email address. that belongs to email field, but what ...
1
vote
2answers
388 views
WCF HTTP/SOAP Webservice - Returning exception message in faults
I have asimple WCF HTTP/SOAP web service, the service implementation looks something like this:
public CustomResponse DoSomething(CustomRequest request)
{
try
{
return ...
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
435 views
IIS 7.5 not taking notice of customErrors for 404 returned by MVC 3 app
I'm running my MVC 3 app (recently updated from 2) on IIS 7.5 (Win 7 64bit) with a .NET 4.0 integrated pipeline app pool and have the following set-up in web.config:
<customErrors mode="On" ...
1
vote
2answers
254 views
Custom http error pages for images?
I know it's common for pages to redirect to a custom error page for 404 errors and such. But say somebody opens the url in their browser for an image that doesn't exist for example ...
1
vote
0answers
344 views
asp.net mvc 2 customErrors iis 7.5 not working
My site is running on asp.net mvc2 and I'm using elmah for error trapping, not the handleerror attibute
if I browse to a non existing page like
'http://localhost:8095/Home/City/1/mtl/ko'
I get the ...
1
vote
1answer
164 views
How to log Application Errors when customErros is set to On?
I have setup an MVC application to log errors with log4net. In my global.asax I catch Application errors using the Application_Error method (s_log is my logging manager which is a wrapper around ...
1
vote
3answers
93 views
Catching CustomErrors in ASP.NET
I have the following entry in the web.config:
<customErrors mode="RemoteOnly" defaultRedirect="Error.aspx" />
Is there a way in Error.aspx.cs to obtain the error details so I can save to a ...
1
vote
1answer
165 views
HttpRequestValidationException showing YSOD despite customErrors section
we've modified our customErrors section to protect against the recent ASP.NET vulnerability.
Our problem is, that HttpRequestValidationException's are now causing a YSOD's to be shown, other ...
1
vote
0answers
192 views
ASP .NET: Thread.CurrentPrincipal is lost when customErrors contains redirectMode=“ResponseRewrite”
I setup my custom principal in one of the modules that handles Authentication_Request. Then I set it HttpContext.User. That sets my HttpContext.User and Thread.CurrentPrincipal. Now when an error ...
1
vote
2answers
321 views
Changing customErrors in web.config semi-dynamically
The basic idea is we have a test enviroment which mimics Production so customErrors="RemoteOnly". We just built a test harness that runs against the Test enviroment and detects breaks. We would like ...
1
vote
3answers
840 views
Custom 404 page for ASP.net site on IIS7 for non-asp.net URL
I have asp.net site with custom 404.htm.
It is configured with customErrors section to handle aspx.
<customErrors mode="On" defaultRedirect="404.htm">
<error ...
1
vote
4answers
970 views
overwriting a web.config root file to enable customerrors tag
I have a situation where I want to catch 404 errors fired by HTML pages (not just aspx pages) but I only have access to the web.config of the root folder of my website, and all sub directories (note, ...
0
votes
0answers
28 views
WindsorControllerFactory with the CustomErrors configuration
I've overwritten my default mvc controller to use the WindsorControllerFactory as in the example project for CastleWindsor. See the code below.
public class WindsorControllerFactory : ...
0
votes
0answers
33 views
Elmah, MVC and customErrors - “Cannot implicitly convert type 'void' to 'dynamic' ”
We're implementing Elmah to log any unhandled exceptions on our site and following the basic instructions http://code.google.com/p/elmah/wiki/MVC it works just fine.
When we try to add ...
0
votes
0answers
66 views
“A potentially dangerous Request.Path value” gives an ugly error
Robots are trying to hack my IIS site using Apache exploits again.
The w00tw00t attacks return the yellow screen of death instead of using the custom error page as defined in web.config:
...
0
votes
0answers
34 views
How should I achieve custom errors in IIS7 for static content?
I have an ASP.NET MVC 3 application (dummy example below):
http://downloads.joshz.com/ErrorsMvc.zip
I have the default route mapped up:
/Controller/Action/Id
If I enter in an invalid action with a ...
0
votes
2answers
75 views
php - how to prevent page damage when display_errors=0 and the page have errors?
good evening,
how to set custom error OR prevent page damage when display_errors=0 AND the page have errors AND i do not know what 'condition, code, etc...' will cause these errors ?
for example, in ...
0
votes
2answers
176 views
How to redirect to custom error page with specified statusCode in ASP.NET?
I have this on my web.config:
<customErrors mode="On" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" ...
0
votes
1answer
259 views
Web Application writes events to event log only from localhost
We have an ASP.net MVC Application deployed to Win Server 2008 R2 and IIS 7.5.
The problem is that application stopped writing events to event log
when we changed App Pool framework to 4.
But ...
0
votes
0answers
25 views
Microsoft (customErrors) seem to think the correct thing to do for 404 is 302 redirect to 200 is this implementation good or bad?
Microsoft (customErrors) seem to think the correct thing to do for 404 is 302 redirect to 200 is this implementation good or bad?
The same also occurs for all the other status codes too, such as 400, ...
0
votes
1answer
893 views
How to handle PrincipalPermission Security exceptions
I have a simple method that is secured
[PrincipalPermission(SecurityAction.Demand, Role = "Administrator")]
protected void lnkClearCache_Click(object sender, EventArgs e)
{
...
}
If this is ...
0
votes
3answers
463 views
Custom error message for input validators (using the array syntax)
ZF 1.11.2
I've tried most of the syntaxes. They didn't click.
$validators = array('product_name' => array('alnum'));
//...
$input = new Zend_Filter_Input($filters, $validators, $_POST);
How in ...
0
votes
1answer
483 views
ASP.NET CustomError Handling in MasterPage Error Page
I redirect Errors to Error.aspx
<system.web>
<customErrors defaultRedirect="error.aspx" mode="On">
<error redirect="error.aspx" statusCode="500" />
...
0
votes
1answer
3k views
Asp.net - <customErrors mode=“Off”/> error when trying to access working webpage
I have created an asp.net webpage and have uploaded it onto a webserver. However when I try to view the page remotely, I get errors about the customerror tag in the web.config file. The page works ...
0
votes
1answer
444 views
Custom 404 error not redirecting properly
I have this custom error redirect in my web.config file but it doesn't seem to be working since i added the redirectMode="ResponseRewrite"
It works fine for 500 errors but not for 404 (it just ...
0
votes
1answer
102 views
Why can't i see a detailed error message in this aspx page?
I have a aspx page and it displays custom error but i can't see a detailed error message.
My web.config looks like this,
<?xml version="1.0"?>
<configuration>
<appSettings ...
0
votes
1answer
398 views
Custom errors override in ASP.NET MVC area
I would like to have custom error pages unique to an MVC area. Unfortunately, it appears that the Web.config override system doesn't take the MVC folder structure into account. If I want to override ...