saveData - Connection error

Hi,

While I am trying the sample “4_save.html”, loading data works perfectly.

However, when I try “Save data”, I get the following message: “Connection error”.

Then I have tried to add the following line (in bold):

 ganttChartControl.setSavePath("cgi-bin/saveXML.pl");

right before the line

ganttChartcontrol.saveData(name);

but I still get the same error

Then I thought that maybe I had to install Perl on my PC, which I did. I run the sample and still get the same error.

My application is an ASP.NET 1.1 application (IIS 5.1).
My Operating system is Windows XP (SP3)
My browser is IE7.

Can saving to an xml file be done in an ASP.NET application (sample says that saving must be tested in an Apache PHP server)?
Is there something that I have to activate, or code to be added for it to work in ASP.NET?

Thanks