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
Thanks for your reply, but I cannot use Web Deploy method to publish Web API to IIS server because I am using Windows 10 OS instead of Windows Server OS right now. Currently I am using Files System method to publish Web API to local folder, after that copy the folder to C:\inetpub\wwwroot\SnapDevelop. Do you have any idea to fix this issue?
Regards,
Alvin
For File System, you also need to correct the Database Connection String in the .pubxml.user file to work around it.
The default file name is FolderProfile.pubxml.user
Regards,
Sam