I have created (using C#, VS2017, windows10 latest updates) a simple Windows Form application and included a webBrowser control redirecting to a page.
I am having the Windows Security pop up asking for password and I want to disable it :
How can I stop this from appearing ? Is it poping from my windows or from the application it self ?
Thank you in advance.
According to this, here is how to solve the problem (for future questionnaires) :
Why that happened :
Probably it detects "saml.company"and considers it as intranet. Both WebBrowser control and the Edge, seem to inherit setting from Internet Explorer. And that seems to be the reason that causes that.