I am trying to configure mono mod asp server for webapi. It's working fine with get method but Post method gives me strange error.
What I did is I simply created webapi default application and used its default apicontroller without any modification.
Get and Post api is working fine on IIS server. Tried to find the solution but got stuck very bad.
Please help me out.