How to enable verbs for static content in IIS7

iis-7

this question got me halfway there:

How to tell IIS7 to allow POST to a text file (to solve 405)?

except now my POST throws a 404 instead of a 405. If I load the page directly, it loads fine, but following a POST it 404s.

How can I enable GET and POST for static HTML files in IIS 7? I… have no idea what I'm doing. Please help!

Best Answer

For those who stumble on this, http://sysadmin.circularvale.com/server-config/enabling-post-requests-to-static-eg-html-pages-using-iis-7/ details step by step resolution for this issue