1
Reply

How i can check programatically whether application is running locally or remotely?

Immi

Immi

14y
3.4k
0
Reply

    My desktop application can be run through two types of users, one who install it on their local machine and execute locally.

    Second type of users will run the application remotely from the server.i.e. Application will install on the server and user will execute that application from client side. Server can be a Citrix Meta Frame or any server accessed through Remote Desktop Connection

    I want to maintain single exe for both types of users.

     

    Question:

     

    Is there any mechanism/way through which I can come to know programmatically whether application is running locally or remotely?