I\'m working on some error handling in my MVC app, and I\'d like to change asperrorpath to something that doesn\'t give away the fact that I\'m using .NET... so
asperrorpath
Add redirectMode="ResponseRewrite" to the customErrors section. That worked for me.
redirectMode="ResponseRewrite"