On IIS 6 how can I allow the PUT operation on a WCF Rest API?
Since I don't have the .svc file (I added a route on global.asax to service class) I can't allow the put operation on the .svc extension on IIS 6.
On IIS 6 how can I allow the PUT operation on a WCF Rest API?
Since I don't have the .svc file (I added a route on global.asax to service class) I can't allow the put operation on the .svc extension on IIS 6.