65.9K
CodeProject is changing. Read more.
Home

Error: The server encountered an error processing the request. See server logs for more details

Nov 22, 2011

CPOL
viewsIcon

85738

Error: The server encountered an error processing the request. See server logs for more details Hi, This issue comes into picture whenever there is any issue at WCF service. So see more details about the issue, you need to includeexceptiondetailInfaults attribute to true in servicedebug tag.

        
          
        

Either you can also add class attribute to the service class. Happy Kooding… Hope this helps!