C
C#2y ago
kilyion

❔ Some advices about hosting API asp.net

Hello, I have a question but it's not about some code, it's more about how my system. should work So, I have to do a mobile app for my internship and this app will interrogate a sql server database. In order to do that : - I created the app with navigation and functions but not linked to the DB (on PC and tested on android emulator visual studio) - I created the sql server DB ( on PC with Db and her tables) - i created the WEB API to fetch the query of the app and manage the data of my DB (on PC with all CRUD ops) everything works fine (just done the select query but its ok) Now come the part of the hosting, I've published my WEB API on a folder in my desktop, with a console app I can call the api to fetch the response of a select query so should I move to an other froms of hosting ? Cause I have 0 experiences on this so I'm a little lost and thought about leaving it like this cause it's working
2 Replies
kilyion
kilyion2y ago
the only thing that I haven't done yet is calling the API from a distant device but I juste need to refer the IP adress of my computer and its ok
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.