When building the API for Twitter Sentiment Engine it quickly became obvious that out the box IIS7 only accepts requests for certain HTTP Verbs (GET / POST). When using the REST Client to PUT on a resource i got the message ‘405 METHOD NOT IMPLEMENTED’. After googling round I found you need to some settings [...]
Tags: #phpazurecontest, PHP