WCF over SSL - 404 error

后端 未结 10 2266
执笔经年
执笔经年 2020-12-13 12:58

Okay, I must be missing something utterly simple here, because I\'ve been googling for days, and looking at dozens of answers there, and here on SO, and i just CANNOT get th

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 13:26

    I had this same issue on my end. Your post helped me figure out what the issue was. here is my service model section. I discovered that the keys were the httpsGetEnabled then setting the bindingconfiguration I hope this helps.

    
            
                
                    
                        
                        
                      
                    
                
            
            
                
                    
                    
                    
                
            
          
            **
              
                
                  
                
              
            **
          
        
    

提交回复
热议问题