This could be due to the service endpoint binding not using the HTTP protocol

前端 未结 22 2404
梦谈多话
梦谈多话 2020-12-22 23:10

I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:

An error occurred while receiv

22条回答
  •  醉话见心
    2020-12-22 23:52

    I think there is serialization problem, you can find exact error just need to add below code in service config in section.

    After config update "App_tracelog.svclog" file will create, where your service exist just need to open .svclog file and find red color line on left side panel which is error and see its description for more info.

    i hope this will help to find your error.

    
        
          
            
              
            
          
          
            
              
            
          
          
            
              
            
          
        
        
          
        
      
    

提交回复
热议问题