I need a structure which check if a request is sent by a local network computer or is sent by a remote client via internet.
Is it possible to get this using httprequest object or ip address?
IF client is a local network computer
DO 1
IF Client is a remote computer from internet
DO 2