Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
5
votes
1answer
1k 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
1answer
73 views

.htaccess/mod_rewrite 301 problem

I have a website with the following mod_rewrite rules in the .htaccess file: RewriteRule ^web-design/case-studies/(.+)/$ work.php?slug=$1 [L,NC] RewriteRule ^web-design/case-studies/ ...