Hi all,
I have developed a Windows Control Library that is called from a web page like explained in these sites:
http://www.windowsforms.net/articles/iesourcing.aspx
http://support.microsoft.com/kb/555687
All works fine, but if I open a modal dialog from my Windows Control Library, I got this message:
Microsoft .NET Security Warning
Never enter personal information or passwords into a window unless you can verify and trust the source of request.
Source: localhost
The permission sets at Runtime Security Policy to my strong name (of my DLL) is a copy of the FullTrust permission set with all permissions available selected.
Anyone can help me This message doesn’t appear when I call my Windows Control from a Windows Forms.
I also put the localhost into Trusted Sites and this message continues to appear.
Thanks,
Pedro

Microsoft .NET Security Warning
IlyaCher
May be you need some Certificate from third party associated with control. I dont have any Idea. But if you need more Help I can dig into the topic and see what you need and what's the solution.
Best Regards,
Gordonn
best bet is to post at the ASP.NET forums:
http://forums.asp.net
since they would know more about this since its ASP.NET related and can guide you to resolving the problem
Allen Razdow
My solution is a Windows Control that iterate with a Printer and Pin Pad that is connected to the computer.
I have developed a web form that calls my Windows Control through object HTML tag. My Windows Control call some manufactures DLL libraries that control the printer (Bematech) and Pin Pad using DLLImport and Marshal. My component has some windows that must confirm some information like security code number of credit card, and to do that my component open dialog modals to get the return of the iteration with the user, and when this modal dialog open, this security warning message appears and the user must click into this message to disappear and the dialog works fine.
The problem is that this message confuses my user.
Thanks,
Pedro