I have a webapi which works fine locally with Postman - but when published to remote server postman returns:
"System.ComponentModel.Win32Exception (0x80004005): The network path was not found"
The WebAPi accepts POST only, and connects to a Remote Database via EF 6.
Any ideas what is wrong, why it works locally but not remotely?