G
Guest
I am developing a windows forms user control that will be hosted within IE
from a web page.
For testing purposes and on the client machine, I changed the .NET Framework
security policy to give full access for the site that has the control. After
all this, IE shows the control fine without problems.
The problem happens when the control is signed with public private keys
pair, IE doesn't show the control but shows an empty box instead (like an
image link is missing or something)..
This is the HTML code i am using to host the control:
<OBJECT id="HelloWorldControl1" height="500" width="500"
classid="NetAppletCtrl.dll#NetAppletCtrl.HelloWorldControl" VIEWASTEXT>
</OBJECT>
Any comments why IE doens't show the control when it's signed. Do I have to
specify the strong name?
I tried a lot and couldn't figure out how.. Maybe it's a bug in IE!!
Thanks,
from a web page.
For testing purposes and on the client machine, I changed the .NET Framework
security policy to give full access for the site that has the control. After
all this, IE shows the control fine without problems.
The problem happens when the control is signed with public private keys
pair, IE doesn't show the control but shows an empty box instead (like an
image link is missing or something)..
This is the HTML code i am using to host the control:
<OBJECT id="HelloWorldControl1" height="500" width="500"
classid="NetAppletCtrl.dll#NetAppletCtrl.HelloWorldControl" VIEWASTEXT>
</OBJECT>
Any comments why IE doens't show the control when it's signed. Do I have to
specify the strong name?
I tried a lot and couldn't figure out how.. Maybe it's a bug in IE!!
Thanks,