C
Christoph Schittko [MVP]
All,
I am trying to display a winforms user control inside an HTML page through
an <object> tag. Everything works fine and dandy until I sign the assembly
that contains the control. Once I start signing then I just get the icon
for the failed control.
Now I've confirmed from my web server logs that the control is properly
downloaded, I see requests with status codes of 200 or 304, so the download
succeded. I can further confirm that the download succeeded by checking the
downloaded assembly cache with gacutil /ldl and I do see the assembly in
there ( with the correct version number and public key token ).
When I check the IEHost log file, I see a SecurityException, but I did
explicitly configure FullTrust for all assemblies signed with my strong
name using the Configuration Wizard -> Trust Assembly and specifying the
http URL of the assembly on the web server. There are no details logged on
the security exception. What's even more puzzling is that this is happening
when I attempt to download this from localhost.
The fusion log does not show errors either, unless I take out the <link>
tag that's pointing to my config file on the web server.
I am running out of ideas what else to try right now. The configuration of
my set up is Windows 2003 Server, IE6, .NET Framework 1.1.
Can someone tell me what I am missing? I can post more details if necessary.
Thanks,
Christoph
MVP XML .NET
I am trying to display a winforms user control inside an HTML page through
an <object> tag. Everything works fine and dandy until I sign the assembly
that contains the control. Once I start signing then I just get the icon
for the failed control.
Now I've confirmed from my web server logs that the control is properly
downloaded, I see requests with status codes of 200 or 304, so the download
succeded. I can further confirm that the download succeeded by checking the
downloaded assembly cache with gacutil /ldl and I do see the assembly in
there ( with the correct version number and public key token ).
When I check the IEHost log file, I see a SecurityException, but I did
explicitly configure FullTrust for all assemblies signed with my strong
name using the Configuration Wizard -> Trust Assembly and specifying the
http URL of the assembly on the web server. There are no details logged on
the security exception. What's even more puzzling is that this is happening
when I attempt to download this from localhost.
The fusion log does not show errors either, unless I take out the <link>
tag that's pointing to my config file on the web server.
I am running out of ideas what else to try right now. The configuration of
my set up is Windows 2003 Server, IE6, .NET Framework 1.1.
Can someone tell me what I am missing? I can post more details if necessary.
Thanks,
Christoph
MVP XML .NET