.Net security
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have windows control on my web form (it is sinked using the tag in IE), this requires giving full trust on all zones with the Security settings. My control is realized on a web page and thus the client would receive or rather use it as any other web page (just like Google home page for instance). On the client side, I cannot ask the client to change his security settings nor can I do anything to change the settings on his system. What should I do with such a situation, is there any way I can make my components be loaded in IE at default security. I would be grateful for your help.