By default, IIS6 does not serve .json (no wildcard MIME
type).
Therefore a 404 not found is thrown. I then add a new MIME type (.json, text/plain or application/x-javascript or application/json)
which works fine.
However, when you then add a new mapping (Home Directory -> Configuration -> Add) with .json, C:WINDOWSsystem32inetsrvasp.dll
, "GET,POST
" and try to browse to the file, you get a 404.
If you remove the mapping and try and POST or GET
to it, you get a 405
.
...
Suggestions?
See Question&Answers more detail:os