How do I fix a “Request format is unrecognized for URL…” error in a web service running in IIS?

后端 未结 3 694
悲哀的现实
悲哀的现实 2020-12-01 13:43

I am get the following error while running web service in IIS:

Server Error in \'/Inbox Sevice\' Application. Request format is unrecognized for U

3条回答
  •  执念已碎
    2020-12-01 14:18

    Since HTTP GET and HTTP POST are disabled by default try adding the following to your config file:

    
        
        
            
                
                
            
        
        
    
    

提交回复
热议问题