Tagged Questions

1
vote
1answer
87 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 …
0
votes
2answers
59 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
2answers
231 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
58 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 …
6
votes
3answers
3k 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 …
11
votes
3answers
3k 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. …