Hi,
I have created a Web Api which I have published and put the published files/folders in a folder created in wwwroot and added it to an IIS site (e.g.http://myweb:122). I can access the api function within the network without any issue (e.g.http://myweb:122/api/Value/GetMyVal). I have an external facing website (e.g.http://websitelink.com) where I would like to place those published files/folder so anyone outside of the network can access it (e.g.http://websitelink.com/myapifolder/api/Value/GetMyVal). However when I do that, I get an error.
Any help would be appreciated.
What I am looking to do is have the API in a subfolder in my external site so anyone internal/external can access the API functions.