Welcome to MSDN Blogs Sign in | Join | Help

Custom faults in asmx

Ever wanted to return a custom SOAP fault from asmx without the extra information about where the error is coming from etc.? Try this:

<configuration>
  <system.web>
        <customErrors mode="On" />
    </system.web>
</configuration>

Published Monday, March 17, 2003 10:30 PM by yassers
Filed under:

Comments

No Comments
Anonymous comments are disabled
 
Page view tracker