I have an android application and I got windows server (2012) from my college. I wrote the code of the server on my private computer and worked localhost, now I want to publish (hope that I'm using the right words) my code to the server that I got from my college so that my android app would send the request to that server and get the data from it.
I would like to uderstand what are the steps that I sohuld do in order to "install" my server app code on the server (and where? is it in wwwroot?) so that my android client could send requests to it and get data from it.
tnx!