Tagged Questions
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 ...