I created a virtual directory for JEasyUI examples with IIS however the grid components are not loading. When checked with Fiddler, I find that URLs like
http://localhost/jeasyui/demo/treegrid/treegrid_data2.json are failing with a 405 error message.
I do have a MimeType for JSON but JSON being a static it is accepted for GET request only. How do I need to re-configure it for POST and what handler do you need me to point the same at?