Hi All,
Going to try to move this over 50 year old, exclusively client-server, PB Developer into the cloud/multi-tier/web-service world, basically because my customers are forcing me to ;-)
OK, so my development environment consists of a Macbook Air running Windows 10 under VMWare Fusion. I have a daytime job where I prefer the Apple ecosystem. The PB work is a side gig, so don't really need an impressive development rig.
The first customer I want to move (eventually) to their app running via the "cloud" (hope I'm using that term correctly) is currently running running a native PB app (using PFC) with SQL Server database connected via ODBC. I know old school right? They have been very happy with the situation so far - no need for a large tech-savvy IT org to support this app (will get to this point later).
So the plan I have in my mind is:
- Move to PowerClient - to address the need to deploy the PBDs/EXE.
- Move to PowerServer - they have a future need to create some APIs to allow other applications to access the business logic.
So for PowerClient step:
- Can I install Microsoft IIS Express on my VMWare Mac to test the PowerClient deployment (local server).
- How do I instruct a "non-server" savvy (like me actually) IT department to create a Web Server?
I've read a lot of PowerClient docs, white papers and tutorials, but maybe I've missed some?
Thanks in advance for all your help.
So I should install Microsoft IIS full version on my VM just to do the Power Client install testing? Could I (for now) just use IIS Express for the PowerClient testing. When I move to testing the PowerServer I could buy a separate physical server, create a home LAN and install Microsoft IIS (full) and the PowerServer app?
I'm trying to do this in easy steps so I can learn along the way.
Thanks
Ian
The full IIS is now included with all versions of W10. So I would go with that version. The Express version of IIS is now hardly used.
Regards ... Chris
Cheers
Ian