HTTP Error 403.1 with WCF service on IIS -


i have added wcf rest endpoint webhttpbinding our existing asp.net server hosted on iis 6. when make request such http://{server}/cmis.svc/object/{object_id}, object returned server. when make delete request same url, iis returns 403.1 error (forbidden: execute access denied). tried setting write permission on home directory tab of website didn't help. can see url, cmis.svc @ root of website.

any guesses might going wrong?

thanks.

use request filtering on site allow delete verb


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -