Hi,
I'm using WebAPI (fetching datas from my MySQL database) for the first time. There is some stuff I don't understand. I already used WCF in the past.
How do I get something from it ? I published it into a IIS service, but it seems I can't add it as a connected service into my ASP. NET Core MVC application.
Plus, if I debug the app, IIS Express launches, and depending of the URL adress I enter, I got the results from the requests, okay.. but isn't this a bit unsecured and dangerous ??
Thanks in advance for enlighting me, because i'm struggeling in the dark right now
โ05-13-2021 01:02 AM
Hi, I'm using WebAPI (fetching datas from my MySQL database) for the first time. There is some stuff I don't understand. I already used WCF in the past.
How do I get something from it ? I published it into a IIS service, but it seems I can't add it as a connected service into my ASP. NET Core MVC application.
Plus, if I debug the app, IIS Express launches, and depending of the URL adress I enter, I got the results from the requests, okay.. but isn't this a bit unsecured and dangerous ??
Thanks in advance for enlighting me, because i'm struggeling in the dark right now
โ05-17-2021 12:36 AM