Authentication  
Author Message
user__2006





PostPosted: .NET Framework Networking and Communication, Authentication Top

I am using framework 2.0 , Windows 2000 and VS 2005

I would like to authenticate my machine ( CLIENT machine) in another computer in network, in 2 cases: 'Server' is a DomainController and 'Server'   just a Remote Machine

 

Is it possible

 

Tks!!



.NET Development28  
 
 
VikasGoyal





PostPosted: .NET Framework Networking and Communication, Authentication Top

If your remote objects are hosted on IIS. You can enable Integrated windows authentication to authenticate your users. Make sure you disable anonymous access.

http://DotNetWithMe.blogspot.com
vikas goyal



 
 
user__2006





PostPosted: .NET Framework Networking and Communication, Authentication Top

Thank you for your information and attention. But do you have some code as example Some code that explain how to authenticate a client computer in a remote machine ( not a Domain controller )...

I saw some codes, but all to authenticate in a domain controller and local machine. When I try to authenticate client in a remote machine, code fails!

Tks!!