I added an additional handler like the following in the web.config as suggested. It didn't work when I tried to separate two extensions by a comma, so I just add a different line. The application can now bring up index.do.
<add name="PHP54_via_FastCGI_do" path="*.do" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\iis express\PHP\v5.4\php-cgi.exe" resourceType="Either" />
The next error I'm running into is this one :
https://1drv.ms/u/s!AgOxq92somz3qj7cg9UaKva5iHdg?e=d2yGzi
The same code runs fine on the server running Apache, so I wonder if I'm still missing some configuration? I'm not well versed in php, I'm hoping someone could give me some pointers on where I should look.
Thank you,
Helen