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!

link|improve this question
For reference, I am deploying a static HTML mockup of a site that we are using for usability testing of the UI. One of the processes is a multi-step form wizard, so rather than rewrite the pages to not use POST even though I am not capturing/passing any data, I'd like to get the existing copy to just work. – Mathletics Dec 9 '11 at 20:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.