How to solve issue "The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> conf
RSS
I have hosted wcf services on local machine's iss successfully and added it's service references to web application correctly. But when calling function from wcf sevice it is showing fault exception as follows :
"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server
in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs."
When setting IncludeExceptionDetailInFaults="true" in <serviceDebug>, it showing error message as log file already added in wcf's web.config file.
Can anybody please tell me how to solve this issue?
Thanks and regards,
Vikas
The server was unable to process the request due to an internal error. For more information about the erroror turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client
vikas.gaund
Member
11 Points
18 Posts
How to solve issue "The server was unable to process the request due to an internal error. For m...
Nov 09, 2010 12:55 PM|LINK
Hello Firends,
I have hosted wcf services on local machine's iss successfully and added it's service references to web application correctly. But when calling function from wcf sevice it is showing fault exception as follows :
"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs."
When setting IncludeExceptionDetailInFaults="true" in <serviceDebug>, it showing error message as log file already added in wcf's web.config file.
Can anybody please tell me how to solve this issue?
Thanks and regards,
Vikas
The server was unable to process the request due to an internal error. For more information about the error or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs. either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client
yaronn01
Contributor
2754 Points
414 Posts
Re: How to solve issue "The server was unable to process the request due to an internal error. F...
Nov 10, 2010 05:10 PM|LINK
Configure Wcf trace on the server:
http://blogs.msdn.com/b/madhuponduru/archive/2006/05/18/601458.aspx
Web Services Performance, Interoperability And Testing Blog