A mobile device requests webpage A.aspx. This page A.aspx making a web request internally to another page hosted on another server or application which is B.aspx. How do we make sure that the Request Made to B From A is happening using the Data Connection
Via Mobile Context and not via the server Connectivity. how can we achieve this in asp.net?