views:

32

answers:

0

Hi,

In an asp.net web service (asmx), how do I hide the error messages that are sent to the client when it doesn't send the proper parameter: "Missing parameter: parameterName."? In the web.config I have a custom error page setup that works in actual errors, but this doesn't appear to effect the web service parameter validation.

Thanks