I am refactoring a web service written in PowerBuilder .net back to regular PowerBuilder, and have run into a stumbling block. In the PB .net web service, I would access database IDs and passwords stored in an INI file outside of the IIS wwwroot folder. Apparently that is not doable in a regular PowerBuilder web service. Is there another approach for storing and accessing such sensitive information?
Thanks,
Doug Holt