M
mvendertaca
Microsoft .NET security warning
Never enter personal information or paswords into a window unless you
can verify and thrust the source of the request.
(e-mail address removed)
I've created a usercontrol which is hosted in Internet Explorer. It
with some action buttons. I could place all buttons on this
usercontrol but I did not. When the user presses one of the buttons i
detect some more action needs to be taken and open a dialogbox. using
ShowDialog. But IE finds a usercontrol opening a dialogbox dangerous
(Although the usercontrol could alsready have done anything because i
have elevated its permissions using a strongname and such.)
It changes the dialog icon to include a little exclamation mark and
shows a balloon tooltip on this new icon stating:
'Never enter personal information or paswords into a window unless you
can verify and thrust the source of the request. Souce: localhost'
This is anoying, because it keeps on coming everytime the action is
taken and the user has no possibility (it seems) to make this balloon
not coming again and again.
Can this dialog be avoided by asserting one of the permissionsets? I
do not find one.
Kind regards,
Marc.
Never enter personal information or paswords into a window unless you
can verify and thrust the source of the request.
(e-mail address removed)
I've created a usercontrol which is hosted in Internet Explorer. It
with some action buttons. I could place all buttons on this
usercontrol but I did not. When the user presses one of the buttons i
detect some more action needs to be taken and open a dialogbox. using
ShowDialog. But IE finds a usercontrol opening a dialogbox dangerous
(Although the usercontrol could alsready have done anything because i
have elevated its permissions using a strongname and such.)
It changes the dialog icon to include a little exclamation mark and
shows a balloon tooltip on this new icon stating:
'Never enter personal information or paswords into a window unless you
can verify and thrust the source of the request. Souce: localhost'
This is anoying, because it keeps on coming everytime the action is
taken and the user has no possibility (it seems) to make this balloon
not coming again and again.
Can this dialog be avoided by asserting one of the permissionsets? I
do not find one.
Kind regards,
Marc.