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
Post a Comment