I am not sure which forum to choose for this.
I have web application developed in visual studio 2015 in c#. This web application is back-end and which runs only in intranet.
We have mobile app as front-end which access some web services written in the back-end app. This front-end mobile app is available on internet.
So are these web services can be accessible through front-end app without doing anything?
Or how can we make available web services to access through front-end mobile app over internet.
What should we do?
------------------
So far our both back-end and front-end both were on intranet or both were on internet, so was not a problem. Now it's mix of intranet and internet (back-end with web services - intranet, front-end which access web services - internet) , so not sure what
we need to change so web services will be accessible over internet.
h2007