I have a web service written in C#. I have to validate outside (internet) users with an NT user account. The outside user will be a Visual Basic 6 client. I have been all over the internet and have not found a working example of how to pass the NT domain\user name and password to the web service (IIS?).
Questions are:
1) how to set up the web service to recieve the NT credentials (is this even necessary, or is it an IIS issue?)
2) how to pass the NT Credentials for validation from a VB6 application.
I've been trying to figure this out for a while now. Any ideas?
Rich
Questions are:
1) how to set up the web service to recieve the NT credentials (is this even necessary, or is it an IIS issue?)
2) how to pass the NT Credentials for validation from a VB6 application.
I've been trying to figure this out for a while now. Any ideas?
Rich