Developer forum

Forum » Development » Important: ASP.NET Security Vulnerability

Important: ASP.NET Security Vulnerability


Reply

Important: ASP.NET Security Vulnerability

http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx

How do I solve this one?

I am trying to change the
<customErrors mode="On" redirectMode="ResponseRewrite" defaultRedirect="~/some-error-page.aspx" />
but nothing happens. Where do I change the custom error page?


Replies

 
Nicolai Høeg Pedersen
Reply
If you have a custom solution simply make the change in web.config according to the instructions in Scotts blog post. The line you've added is for asp.net 3.5 sp1 - is your solution running on that or some other version?

 

You must be logged in to post in the forum