Hi,
My application uses the DELETE verb to delete the uploaded file. But am getting the 405: Method not allowed error.
"The request sent to the Web server used an HTTP verb that is not allowed by the module configured to handle the request.</li><li>A request was sent to the server that contained an invalid HTTP verb.</li><li>The request is for static content and contains an HTTP verb other than GET or HEAD.</li><li>A request was sent to a virtual directory using the HTTP verb POST and the default document is a static file that does not support HTTP verbs other than GET or HEAD"
I tried lot of configurations in web.config and applicationhost.config but nothing seemed to work.