I\'m working on a web application that is referenced from another, external application. The external application tries to do a POST
on the vdir
wh
Do you have a default document in the virtual directory that you are posting to? IIS will not allow POST commands to a folder, but it should still map the virtual directory to the default document. Also try removing the trailing slash.
http://forums.iis.net/t/1171316.aspx