.Net web.config customErrors problem

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...
 
Back
Top