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 :
- I want this application to work without human interaction
- The authentication through this pop up is not working
- It blocks further page loading and other application procedures.
How can I stop this from appearing ? Is it poping from my windows or from the application it self ?
Thank you in advance.