Hi,
We are trying to Migrate the Powerbuilder 2022.After Deployment i can able to access the API and Application throw development tool.But After Publish i am hosted the Api and Application in IIS after that the Web api is not running throw IIS.We are facing some issue.So knidly requesting to you to give some solution for this problem.
Please find the Attached ScreenShot for your reference.
I can be able to Access both API and Application in development Machine using localhost. After this only I am trying to work on server that time only I am facing this issue. Then also I studied the documentation after also I can't be able to the solve my issue. So kindly could you help us for run the API throw server.
Did you compile the Web APIs in SnapDevelop for 64-bit and set framework option to self-contained?
Did you create two separate IIS Websites with unique port #: one for the client app and one for the Web APIs?
Did you configure the Web API URL of the client app to point to IIS Website for the Web APIs?
Did you follow all the steps in this tutorial about deploying a local project to remote server? https://docs.appeon.com/ps2022/Deploying_your_PowerServer_project_to_remote_servers.html
If yes to all of these, what is error message you getting? Simply saying it doesn't work isn't going to get you much help.