What is the best way to accomplish this?
I have a web server ( stand alone NOT on a domain ) which uses a component
on an app server ( within a domain ). I need to authenicate users from the
web server to the app server. Only connection between the two is the tcp
port. So as I understand it I cannot use SSPI with Kerberos or NTLM.
Thanks,
Sam
John Saunders - 27 Mar 2004 00:47 GMT
Have you seen
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/s
ecnetlpMSDN.asp?

Signature
John Saunders
John.Saunders at SurfControl.com
> What is the best way to accomplish this?
>
[quoted text clipped - 5 lines]
> Thanks,
> Sam
Michael Hinkel - 27 Mar 2004 14:51 GMT
Hi Sam,
have a look at my answer to your Kerberos / NTLM question. I guess I have a
possible solution for you ;-) - which does not depend on any Windows based
authentication mechanisms.
Regards,
Michael