Friday, November 30, 2007

Remote Access

When you are in a network, to access ur application on other developer's machine, you can directly use, their ip address.
Ex: instead of http://localhost:7001/console/ etc

just replace the localhost:7001 with their ip address.

ex:
http://10.27.135.105/console/

so cool =)

No comments: