Tagged Questions

30
votes
8answers
20k views

ASP.NET custom error page - Server.GetLastError() is null

I have a custom error page set up for my application: <customErrors mode="On" defaultRedirect="~/errors/GeneralError.aspx" /> In Global.asax, Application_Error(), the following code works to ...
3
votes
1answer
361 views

Global_Asax Application_Error Fired instead of default IIS7 404 Page Not Found Page

I have a Web Application which has Global_Asax and a Custom Error Page. When user tries to enter to an invalid page which doesn't exist, Application_Error is fired in Global_asax and exception is ...
3
votes
6answers
2k 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
3answers
2k views

Custom error page configured in IIS for code 400 (bad request) is ignored

For my website I configured some custom error pages. If I generate a 404, the redirect works fine. When hitting a 400, the "bad request" text shows up instead of the configured URl. As a test I ...
2
votes
2answers
70 views

Server Error in '/' Application

When I am running my application,I am getting this error.(Server Error in '/' Application Object reference not set to an instance of an object).I don't know why I am getting this error. I searched on ...
2
votes
1answer
274 views

Application_Error event not being fired with CustomError page in web.config

I have an asp.net website and i have a block of code in my global.asax's Application_Error event to send the error details(stack trace etc..) as an email to my email id.Also i have Custom error page ...
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
505 views

Returning Requested URL within Custom Error Page in ASP.net

Working in ASP.net 3.5 and MVC 1.0. What I would like to do is return the requested URL, which generates a 404 error, within the custom error page. Much like Google does on their error pages ...
1
vote
1answer
36 views

asp net custom errors defaultRedirect changing case

on an ASP Net 3.5 web app I have defaultRedirect="Views/Shared/Error.aspx". The name of my web site is "XXX". For some reason, when an error is detected, the error page searched is ...
1
vote
2answers
184 views

ASP.net web.config doesn't catch all 404's

In my web.config I have: <customErrors mode="On" defaultRedirect="~/Error.aspx" redirectMode="ResponseRewrite"> <error statusCode="500" redirect="~/Error.aspx" /> ...
1
vote
2answers
117 views

Custom Error Page_Load is executed on each redirect

I added a custom Error page to my project. The problem is that each time I do a redirect to another page the code in the page_load of the error.aspx is executed. In my project I make use of ...
1
vote
2answers
671 views

HttpContext.current.Session is cleared in error page

I have made a custom error page for my ASP.NET 4 application. I put the exception object in HttpContext.current.Session["CustomError"] but when the user is redirected to the error page ...
1
vote
2answers
211 views

ASP.NET page with status code 404

everyone! I have problem with asp.net error exceptions. I'm working on real estate web-app and google have made indexes for links on real estates. But after some time period several real estates don't ...
1
vote
3answers
547 views

How to use custom Errors page in Windows Authentication

I am using asp.net 3.5 web.config to limit access and it works great. <authentication mode="Windows"> <authorization> <allow users="Bill, John"/> <deny users="*"/> ...
1
vote
0answers
565 views

Setting up IIS7 Custom 404 Pages to “execute” aspx page in a classic App Pool

I have a piggy back question off of @Mike C's question I have implemented what is in @rsbarro's answer. The asp.net custom error works fine, it's the IIS custom errors which doesn't want to work for ...
1
vote
1answer
562 views

Getting Asp.Net forms authentication to use 403 custom error page instead of login page

I've a got an Asp.Net site that is using Forms authentication, I've also got custom errors configured in the web.config. One of these is a special error page for 403's (access denied). My question is ...
1
vote
2answers
265 views

How to use another error page instead of Error.aspx in ASP.NET MVC?

I have AdminError.aspx and Error.aspx pages and I want to display AdminError.aspx when there is an exception. I need both files. Why this doesn't work? <customErrors mode="On" ...
1
vote
3answers
1k views

asp.net custom error page and file without extension

How can i get IIS 7 to return my custom error pages for file without extension? I got it working for file with extension, but when the extension is not specified, i get the generic page.
0
votes
0answers
16 views

IIS 6.0 custom error page with sub error code

My server uses IIS 6.0. I can configure custom error pages from Custom Errors tab in IIS. How can make the same configuration in my web.config file. Web.config custom error section does not allow ...
0
votes
0answers
39 views

ASP.NET and IIS 6 custom errors configuration

I am configuring my own custom errors for my testing webpage a I noticed strange behavior. When I want handle 404 error, I have to place it in web.config file. Because if it is configured in custom ...
0
votes
0answers
42 views

Is there a way to indicate subStatusCode in .NET customErrors config?

I've learned here at stack that I could have been doing my custom error pages in production more easily. I was doing this in system.web: <customErrors mode="On" redirectMode="ResponseRedirect" ...
0
votes
0answers
56 views

Custom errorpage with URL rewrite in ASP.NET

I've setup a URL rewrite rule in my web.config, which catches when the user enters something like "mywebsite.com/foobar". The rule changes that to "mywebsite.com?myparam=foobar". This works as it ...
0
votes
0answers
187 views

Aspxerrorpath in query string prevents ASP.NET from using custom error page

I have an ASP.NET 4.0 (MVC) application. Custom errors in config file are setup like this: <customErrors mode="On" defaultRedirect="~/error.aspx" /> If somebody tries to go to url that ...
0
votes
4answers
154 views

Asp.net - Web.Config - Custom Errors

How can I set 404 and other error pages using web.config? I have tried adding following block in web.config. <customErrors defaultRedirect="Forms/Errors/Page_404.aspx" mode="On"> ...
0
votes
1answer
91 views

showing custom error page issue

Q: I use ELMAH - Error Logging Modules And Handlers. but i wanna to show nice error page to the user . My question has two parts: Is there any preferred design or information required in this ...
0
votes
0answers
42 views

Issue with Web.config in asp.net

We are currently facing a strange issue. We are having an error logging functionality that logs errors occurring to a database. A scenario occurs where there is an error occurring in the ...
0
votes
1answer
309 views

IIS 7 Error Codes

I'm running a Sitefinity CMS website on IIS 7. I'm seeing a couple of weird results when I'm trying to return a 404 status. If I go to a URL like: www.mysitefinitywebsite.com/test.co.uk (I realise ...
0
votes
1answer
161 views

Best way for customerrors asp.net MVC images

I am using Asp.Net MVC for my web page. And I am trying to show custom error messages to my visitors of my web page so that I added <customErrors mode="On" defaultRedirect="/Error" > ...
0
votes
2answers
269 views

Overriding webhost's default error pages

I just published an ASP.NET MVC site where I built custom error pages. Here's how I implemented them: in ErrorController: public ActionResult NotFound() { Response.StatusCode = ...
0
votes
2answers
414 views

ASP.NET Custom Errors vs. Compilation debug=“false” and security

I keep reading that an ASP.NET based web site should have custom errors enabled in the web.config because exceptions will show a stack trace. I may have a faulty memory (currently don't have access ...
0
votes
1answer
345 views

Implementing a Custom Error page on an ASP.Net website

I have an ASP.Net website and I want to use a custom error page. I put the following code in my web.config <customErrors mode="On" defaultRedirect="~/error.aspx"> <error statusCode="404" ...
0
votes
1answer
374 views

Get long descriptions of http status codes in asp.net (IIS7)

I've set up a custom error page to handle errors thrown through my site. I'm running asp.net 3.5 with IIS 7.0 on Godaddy shared hosting ("deluxe" account). Normally, if I set Response.StatusCode = ...