System.Windows.Forms.WebBrowser login dialog doesn't appear
Posted
by CalvinCD
on Stack Overflow
See other posts from Stack Overflow
or by CalvinCD
Published on 2010-05-18T18:08:10Z
Indexed on
2010/05/18
18:10 UTC
Read the original article
Hit count: 531
webbrowser-control
|windowsauthentication
When I navigate to an intranet site requiring windows authentication, the WinForms WebBrowser control isn't displaying a login dialog. But it will display (after refreshing the page) if I first open Internet Explorer and view the same page.
Also, if I make the URL refer to my local IIS instance, the login dialog will appear.
Any ideas? Thanks!
© Stack Overflow or respective owner