I have built a PowerServer application with PB 2022 r 3; it is fully functional as an IWA.
After showing how it is installed to management, there is a concern that clients may object to the "installable web app" being downloaded and stored on their users' local hard drive (albeit in the "Users" folder).
Is there a way to deploy a PowerServer app as true web app that doesn't required files to be downloaded? Any other recommendation?
Thank you,
Mike Sinclair
It has been an issue for some where the Windows Policy, Anti-Virus, Web Server, etc settings have not been able to "Trust" the downloaded components. To fix this, customers have had to either a) provide a Manifest file and/or b) sign the App EXE in order for the O/S or related software to "trust" what is being downloaded. Note that you can do these things via settings in the PC Project. HTH
Regards .. Chris