FluorineFx.NET

Using the FluorineFx Windows Service

The FluorineFx Service can be controlled using the Windows Service Control Manager (Control Panel\Administrative Tools) or by using NET commands from the command line. By default the FluorineFx Service startup type is Manual (will not start automatically when Windows starts).

You can also run the FluorineFx Service from the command line with the following command:
FluorineFx.exe -Console

 

Deploying code

  • You can copy a Web Site project under the applications folder
  • Create a .NET class library and copy with all the dependencies under the applications folder. As Flex configuration files are required you will have to create the WEB-INF directory structure too
  • For the AIR project specify the corresponding services-config.xml file.