.Net web.config customErrors problem

Hi,

we’re deploying a new .net app (c# 2.0 and sql server 2005), but is throwing an error and it seems to be ignoring our web.config with customerror off.

http://d11436368.p46.pymeactiva.com/home.aspx

Thank you, Ignacio.

Likely they’re overriding the setup with machine.config on their end, I haven’t tried it but likely it’s for your own good (trust me on this).

One other thing to check, look at your .NET settings in your control panel, is your code written for .NET 1.1 or 2.0 (2.0 also meaning 3.0, 3.5 and 4.0)? Set in your control panel to such.

After that you can always use try-catch and response.write to get your error messages…