Hi,
I tried to run an application without IIS using Wisej.HostService.exe (wisej 3.0).
Application runs ok in IIS (from VS 2022) and in normal IIS.
In Wisej.HostService it runs, but display only a blank page. When I view the source it’s exactly default.html. So no wisej activation.
I noticed that in IIS I need to add a slash, otherwise I got the same problem. For example if my application name is radar, and installed as application on iis, I access it by:
If I try http://serverip:port/radar I got the same empty page.
So the problem seems to be somehow not directly related to HostService, just in HostService I don’t have that “workaround”.
Strange, on another computer where it’s installed in IIS as distinct web server (on root) it’s working without slash.
Any idea what to try?