Posts Tagged ‘ colaab ’

Update: customErrors returning 404s not 302s & another Microsoft Hack

August 17, 2009
By

NET, Error Handling . A few weeks back I wrote a post about using ASP.NET customErrors and how to make sure that the errors returned the correct status codes in the response (you can read that post here). All was working great, ...

Read more »

ASP.NET customErrors and real HTTP status codes (404s not 302s)

August 3, 2009
By

NET, Error Handling . Ever client always asks for error handling. They always want to display a “friendly” error page to their customers/viewers, other than the ASP.NET yellow “Application Error in '/'”…you know what I'm talking about! ...

Read more »