Click here to Skip to main content
15,922,309 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Remote Login Pin
UniBond31-Mar-05 4:48
UniBond31-Mar-05 4:48 
GeneralRe: Remote Login Pin
Dave Kreskowiak31-Mar-05 4:56
mveDave Kreskowiak31-Mar-05 4:56 
GeneralRe: Remote Login Pin
UniBond31-Mar-05 5:08
UniBond31-Mar-05 5:08 
GeneralRe: Remote Login Pin
Dave Kreskowiak31-Mar-05 5:26
mveDave Kreskowiak31-Mar-05 5:26 
GeneralRe: Remote Login Pin
UniBond31-Mar-05 5:55
UniBond31-Mar-05 5:55 
GeneralRe: Remote Login Pin
Dave Kreskowiak31-Mar-05 6:42
mveDave Kreskowiak31-Mar-05 6:42 
GeneralRe: Remote Login Pin
UniBond31-Mar-05 7:07
UniBond31-Mar-05 7:07 
GeneralRe: Remote Login Pin
Dave Kreskowiak31-Mar-05 9:02
mveDave Kreskowiak31-Mar-05 9:02 
Finally! An answer we can use! I asked you a couple of posts ago:
are you going to be writing the Authentication Service
for the server machine?

and you never answered the question. Up until now, you never said if it was a component that some else wrote and your trying to use or if it was a component that you want to write. So, yes, your going to write both the server and the client pieces.

There's a bunch of different ways you can do this. But, what is going to work for you could be complicated by the path to the authentication server.

If your going to go over the Internet, you're undoubtedly going to go through a couple of firewalls, in which case a Web Service would be your best bet to get through those walls.

If your staying inside the company network, you could also run into firewalls that will can block you, especially between cities/sites like you are. Again, a Web Service would work, but .NET Remoting is also a possbility if your network won't prevent you from doing this. .NET Remoting will at least let you pick the ports you want to use, whereas WebServices run over standard HTTP.

Try reading Remoting and XML Web Services in Visual Basic .NET[^] for an introduction to both and see what you think.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Remote Login Pin
UniBond31-Mar-05 21:11
UniBond31-Mar-05 21:11 
GeneralRe: Remote Login Pin
Colin Angus Mackay2-Apr-05 6:15
Colin Angus Mackay2-Apr-05 6:15 
GeneralRe: Remote Login Pin
J4amieC31-Mar-05 20:53
J4amieC31-Mar-05 20:53 
GeneralRe: Remote Login Pin
Dave Kreskowiak1-Apr-05 2:10
mveDave Kreskowiak1-Apr-05 2:10 
GeneralRe: Remote Login Pin
J4amieC1-Apr-05 2:24
J4amieC1-Apr-05 2:24 
GeneralCasting from XmlNode to an inherited calss from XmlElement Pin
Parham.G31-Mar-05 1:31
Parham.G31-Mar-05 1:31 
Generalvb.net-web applications Pin
aditi171031-Mar-05 1:21
aditi171031-Mar-05 1:21 
GeneralRe: vb.net-web applications Pin
Dave Kreskowiak31-Mar-05 2:20
mveDave Kreskowiak31-Mar-05 2:20 
GeneralRe: vb.net-web applications Pin
aditi171031-Mar-05 17:09
aditi171031-Mar-05 17:09 
GeneralRe: vb.net-web applications Pin
Dave Kreskowiak1-Apr-05 2:09
mveDave Kreskowiak1-Apr-05 2:09 
GeneralVB.NET projects and exercises Pin
gyaradoz30-Mar-05 23:28
gyaradoz30-Mar-05 23:28 
GeneralRe: VB.NET projects and exercises Pin
Dave Kreskowiak31-Mar-05 2:19
mveDave Kreskowiak31-Mar-05 2:19 
Generalc,c++ Pin
vjayakumar30-Mar-05 21:35
vjayakumar30-Mar-05 21:35 
GeneralRe: c,c++ Pin
Dave Kreskowiak31-Mar-05 2:18
mveDave Kreskowiak31-Mar-05 2:18 
GeneralRe: c,c++ Pin
Colin Angus Mackay31-Mar-05 4:37
Colin Angus Mackay31-Mar-05 4:37 
GeneralRe: c,c++ Pin
Dave Kreskowiak31-Mar-05 5:44
mveDave Kreskowiak31-Mar-05 5:44 
Generalpropertygrid Pin
ingwaar30-Mar-05 19:32
ingwaar30-Mar-05 19:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.