Hello guys,
I created a simple web app in ASP.NET which basically when a button is clicked
it sends a request to a web service using an API, I added the .dll as a reference,
and it is perfectly working on my local machine, I get the correct response, but when I publish it to azure
the response that I get is: "System cannot find the file specified".
It is like something is not properly deployed to azure, but I checked the bin folder and all the .dll are there
Does anyone have any ideas?
Thanks