Hello,
Following the steps in
Tutorial 3: Hosting Web APIs in IIS (in-process hosting) - - PowerServer 2021 Help (appeon.com)
I have at least partially deployed my app's Web APIs to IIS. The PB client can successfully obtain a JWT token and can successfully call app.GetSessionID(). However, the app is unable to connect to SQL Anywhere using ODBC. The CONNECT returns -1. All of the required ODBC profiles are configured at the server. SSL is configured, and the Web APIs use port 5009. SQL Anywhere is running on the same server (for now).
Did I miss a step? Are there permissions that need to be granted to the .NET Core app to access the DB service?