Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOAP with NT Credentials

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top