How can I save data of gantt chart if I run it under IIS?

How to save data of dhtmlxGantt, if I run it under IIS instead of apache with ASP.NET?

thanks.

Please use the same logic as coded using PHP, but on your language. It should be straight-forward,

  1. read the POST “data” parameter,
  2. save it to some file or database.