Getting underlying exception from third party WCF - SOAP Exception -


i have client connecting third part wcf service (i have access web.config or service not code). third party throws soap exception because faulting assembly isn't marked serializable - "type assembly not marked serializable".

is there anyway can underlying exception detail thrown , not faulted on wcf service via configuration edit or other means?

you need enable includeexceptiondetailinfaults in web.config file.

please check this.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -