Integrated Windows Authentication Web service with WinForm

I am trying to create a winform application that accesses web service hosted by IIS. The authentication scheme for IIS is set to Integrated Windows Authentication.

My Question is how can I get my Winform application to behave like Outlook application authentication process. ie. When you are logged into a proper Domain, ie. will not prompt for user credentials. However, if you are not logged in to proper domain, I'll get challenged with Username/password

Is there a security token I can look for on my machine Any help would be greatly appreciated.

Nilay



Answer this question

Integrated Windows Authentication Web service with WinForm

  • Samuel Hobbs

    Nilay,

    I am looking fror the same infromation so far I came across article this http://www.15seconds.com/issue/020312.htm that talks about how to send the network credentials. Could you please keep me updated if you receive more info on the same.

    Thx,

    Mahendra


  • Integrated Windows Authentication Web service with WinForm