HTTP DELETE method on IIS using HttpURLConnection
843790Jun 7 2007 — edited Jun 13 2007Hi,
I want to send HTTP DELETE request using HttpURLConnection to remove a file from the IIS web application.
I do have write access to IIS web application.
But I am getting http error code : 501 ( NOT IMPLEMENTED ).
Is there a way to enable HTTP DELETE on IIS ?
Regards,
Dipak Mehta