Hi,
I am completely a newbie in working with IIS and so I don't know even that I am writing this post in the correct section of the forum or not.
I have just seen the video by Henrik Frystyk Nielsen from PDC 09 on developing Rest Applications with .Net framework.
So I have just created a new project with downloading "WCF REST Service Application" template.
Using this template, there are already couple of auto generated methods which are using PUT and DELETE verbs which are not working for me.
I am using Fiddler to create request over IIS 7.
Through fiddler GET and POST verbs are working fine but when i use the PUT or DELETE one it shows the error 405 "Method not Allowed".
I am working on Windows 7 Ultimate 64 bit and it uses IIS 7 (which is by default I suppose, I have just enable the IIS from "Add or Remove Programs").
I have tried to enable them from "Request Filtering", but that is not working.
So anyone please let me know how to enable PUT and DELETE verbs in IIS 7.
Thanks,
Nikhil Thaker (MCTS - ASP.NET 3.5)