I am new to PowerServer and trying to get my test environment setup. I have watched the video from Elevate and tried to follow along, but there is a step I am missing somewhere. I have setup a new internal IIS server for the test. Added an FTP site and a Test website. I have created a test application in PowerBuilder and setup the PowerServer Project. I can get the project to build and deploy with no issues to the FTP server. I have also copied over the cloud app launcher with no issues. I can open the C# app in snapdevelop and do a web deploy to the test website. When I go to the URL to test, I do not get the page with the App launcher. I get a generic Welcome to ASP.net page. (see image below).
My gut says it is something with the FTP site and the Web site. I don't see how the Publish from the c# app would know how to find where I put the files on the FTP site. I also saw a video that said there was a bug in the C# app in launchsettings.json where the ApplicationURL would be messed up. It did have http://0.0.0.0:81 in the script. I tried leaving that and changing it to the IP of my test IIS server, neither resolved the issue. Below are screen shots of my project setup in PowerBuilder. Anyone see a glaring error?
Any help would be greatly appreciated.
Here are shots of how I setup my Project: