Error Message: Not supported by Swagger 2.0: Multiple operations with path ‘xxxx.aspx’ and method ‘POST’
Solution:
Step 1: Find the SwaggerConfig page and quote: using System.Linq;
Step 2:
Find about 175 lines of code, is the comment state, uncomment. Then execute it can be solved.
c.ResolveConflictingActions(apiDescriptions => apiDescriptions.First());
Similar Posts:
- An error is reported when swagger is used: failed to load API definition
- Caffe Error-nvcc fatal:Unsupported gpu architecture ‘compute_20’
- Reloading the current routing page using UI router in angularjs
- Solution of 405 not allowed error in nginx
- Day 1 – meet Tornado
- IDEA Always Stuck: scanning files to index [Four Methods to Solve]
- The specified type member ‘Date’ is not supported in LINQ to Entities. Only initializers,…
- C Language: How to Search in Header File (Two Methods)
- PHP use$_ SERVER[‘PHP_ Self ‘] to get the current page address and its security issues
- kube-proxy Error: Failed to delete stale service IP [How to Solve]