1

My c# application opens the Internet explorer for different web URL/ domains. And I have all those credential information (username, password and domain name) stored in the database for each web application. Now how I can authenticate automatically without entering credential in “Network Credential” dialog box using code or bypass that dialog box? In other words I need to store those credential on system so no need to enter. I am using c#

AUSteve
  • 3,238
  • 21
  • 36
m23
  • 71
  • 1
  • 4

1 Answers1

0

You could use the http://user:password@protected-url.com/somepage.html, but this will store the info a the browser's history.

Patrick Forget
  • 2,143
  • 1
  • 18
  • 20