Webbrowser control security message

ajsosnow

New member
Local time
Today, 17:04
Joined
Dec 29, 2020
Messages
1
I have a webbrowser control within a form set to display a folder location on our server. When ever a file in the folder is clicked to open this security message pops up. I'd like to get rid of it. I've tried adding the folder as a trusted location in the trust center but it didn't seem to change anything. Is there any easy way around this pop up?

1609269516305.png
 
Note that the header of the message box is "Windows Security" rather than Access. You are going to have to address this with Trust Center and Network control tricks. Every browser does this differently, but basically you have to identify that the file in question is from a trusted site.
 
Hi @ajsosnow. Welcome to AWF!

If you can't get rid of the warning, you might consider not using a Web Browser Control. For example, you could directly open a Windows Explorer Window instead. Just a thought...
 

Users who are viewing this thread

Back
Top Bottom