How to authenticate
Next message: Michael Giagnocavo [MVP]: "Re: How to authenticate"
Date: 22 Oct 2003 03:45:38 -0700
Hi guys
I have a client/server application via remoting but NOT hosted under
IIS.
I want the client to be authenticated (possibly NTLM) before
processing with other calls.
I tried a lot with System.Net.AuthenticationManager.Authenticate(),
but never got an Authorization object back.
Has anyone an idea how this works ?
On MSDN and on the internet I could not find any sample !
Thanks in advance
David
Next message: Michael Giagnocavo [MVP]: "Re: How to authenticate"
Relevant Pages
- Serialization Question
... I have a client/server app., that communicates via .NET remoting and I need ... For performance reasons I need to change the serialization algorithm, ... context.State parameter, doing compression if the ... (microsoft.public.dotnet.framework.remoting) - Remoting and Serialization
... I already posted this issue on the remoting NG, but didn't get an answer, so ... I have a client/server app., that communicates via .NET remoting and I need ... For performance reasons I need to change the serialization algorithm, ... context.State parameter, doing compression if the ... (microsoft.public.dotnet.general) - Re: XML Web Services + .NET Remoting Design Pattern
... given you want to run over the Internet in a client/server ... The built-in remoting for .NET ... Use web services for your remote client -> server hub communication, ... which case your app would submit requests and then poll the server to check ... (microsoft.public.dotnet.framework.remoting) - Re: How can I serialise an object and send it to a client?
... I don't know how it works using sockets. ... You can send a object with remoting as a parameter of a method. ... it doesn't matter if the parameter is a string or a object. ... > I created a client/server application using sockets TcpClient, ... (microsoft.public.dotnet.framework.remoting) - program terminates without any exception
... We are running a Client/Server application using Remoting. ... the program terminates unexpected without any exeptions or error ... The .log files also say nothing, it's just stop logging without errors. ... Are there some issues with Remoting when the connection is lost? ... (microsoft.public.dotnet.framework) |
|