Dear All,
I encountered issue below, after I published Web API to Windows 10 IIS server:
But I have no problem to call the Web API as below when Run Test(s) and Debug Test(s).
Note: The d_dddw_supplier_list is converted from PB code.
Note 2: No issue to call the Web API which run SQL Script instead of PB Script.
Please kindly advise, thanks.
Regards,
Alvin
I confirm the DB connection string in appsetting.json is correct because I use two methods to call web api. 1st method is calling d_dddw_supplier_list object which is converted from PB datawindow; 2nd method is running the SQL script. Both method are using same DB connection string in appsetting.json.