Custom Protection and others...
I thougth about protection: Let's have another remote object into the client, and when the client connects to the server, passes its IP address with username and password. When the server gets its IP address, connects to the remote object using that IP. If the server can connect to the client, the IP is right and then let see if we can authorize access to the protected object (that is a database for instance), otherwise disconnect.
What about that?
And, another question: why I can't remote an ADO connection? I'm using a OleDBConnection, it throws me :
VB Code:
Dim p As New OleDbDataAdapter(Query, myConnection)
The error is: "Not authorized: impossible to call no publics or statics methods in remote mode."
Thx