property Grid IE
I am using property grid in my usercontrol and hosting it in IE and using the strong name and switched of the security policy using caspol -s off.It works fine.
But I don't want to completlty switch of security policy..Is there a way sothat I can only allows this control or URL to be trusted either by using caspol command or programmatically can we do this ..
Appreciate your response..
|