I have a LabView application that is compiled and packaged into an installer. This application has a web service attached to it. When building the entire package in LabView 2021 x64 everything worked fine. After moving the exact same code into LabView 2024 x64 and re-building the exe and installer, the newly built application does not seem to be loading the web pages. When I call the web link from a browser against the built in 2024 version installed on a target pc, all I receive is:
Not Found
The requested URL was not found on this server.
But when using the same code compiled in LabView 2021 and installed on a target PC, the web page loads just fine. From what I can tell all the setting are matching and I am including the correct files with the installer.
Any help or direction to look would be appreciated.
Thanks
M