I might have found a bug possibly? The latest web server install is something like 18.2. I'm installing Flexsim 19.1 on the same Windows Server 2019 box. Once I setup the config file, I'm able to trigger the webserver. However, opening any model, right out of the box, shows this error inside of the Flexsim instance:
the nodefunction called by httpgetquery did not call httpsendreply
Obviously, FS then never communicates back with the web server process, causing the browser to basically hang forever.
Here is my config file, super duper simple (only the first 3 lines changed):
Flexsim Program Directory: C:\Program Files\FlexSim 2019\program
Model Directory: C:\Flexsim Shared Models
Flexsim Data Directory: C:\ProgramData\Flexsim\FlexSim19.0
Seems to break right out of the box!
On a side note, does anyone have any examples of completely setting up and running IIS as opposed to the manual webserver process?