I'm glad that you reply me. ok. my problem is like this. For example, there are 2 web server in my company which are Web Server HQ and Web Server Branch. the branch server wants to access to the HQ server's database. But first of all, how the HQ server knows it's branch server and will not block the Branch server by firewall? Using vb.Net language, I wish to use web services for HQ server to identify the Branch server has the right to access HQ server. HQ server will allow branch server to login.
After that, once the branch server login, the HQ web server are able to send the responds to tell branch server that, login is successfull.
I'm really appreciate your help... Thanks :)