I have set up FlexSim Web Server with IIS and Windows Authentication, following the instructions in the web server documentation, but I cannot see or access any models in the model directory when attempting to limit access based on usergroups, even when logged in as a user that is a member of the appropriate group.
Note that I can access all models in the model directory without issue when 'Restrict UserGroup Directories' is disabled in the web server configuration file.
Here are the details of my setup:
Hyper-V Virtual Machine running in Windows 10 host
Guest OS: Windows Server 2019
FlexSim Web Server installation (running in the Guest OS):
FlexSim 21.2.2
FlexSim Web Server 21.0.0
IIS 10.0
ASP.NET 4.7
iisnode v0.2.26 x64
URL Rewrite Module 2.1
My Web Server configuration file: flexsim webserver configuration.txt
I am accessing the web server from a browser in the guest OS (i.e. via http://localhost), to exclude network configuration from the problem as far as possible.
I log into the web server as the local user 'Administrator' (the built-in administrator account), which I have added to a local group that I created named 'FSWebServerUsers'. Once logged in, no models are shown in the drop-down after clicking 'Select Model':
I have a single folder within the model directory specified in the web server configuration file, named as the usergroup, which contains my model:
<model directory path>\FSWebServerUsers \ExampleModel.fsm
Can anyone see why this isn't working?
Thanks in anticipation.