I am trying to set up web based applications on Labview. I wanted to know if Labview supports Internet Information Server (IIS) or Apache Server instead of its in built Labview Web Server. I am trying to setup applications using Active Server pages (ASP). It would be great if I could some info in this regard.
LabVIEW really does not have any interfaces to IIS or Apache. The only thing that I could suggest is build your LabVIEW application into a .dll and call it from another language that does support either of these two servers. You will need to get the application builder and LV6i. Doug