I'm doing some maintenance work on a legacy app that is using AxSHDocVw.AxWebBrowser
to access in an intranet website. The web site required Windows Authentication. When I navigate to the page directly using IE I get a pop-up asking for Active Directory credentials, but when I try to WebBrowser.navigate()
to it I immediately get:
Refreshing the page using the provided link gives me an UNAUTHORIZED response.
Is there something I need to do when setting up the AxWebBrowser
control so that it properly displays the credential popup?