Bypass Credential dialog box of internet explorer
Posted
by m23
on Stack Overflow
See other posts from Stack Overflow
or by m23
Published on 2010-01-26T05:43:15Z
Indexed on
2010/04/08
10:03 UTC
Read the original article
Hit count: 158
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#
© Stack Overflow or respective owner