D
Dave Brown
Hi All,
I have a winformcontrol which is loaded using the object tag in a html page
which only appears when I load the page using localhost, if I used my
machine name or www.mysite.net which is also linked to 127.0.0.1 in my hosts
file the page does not appear, The control has a strong name. I dont
understand this security system, I've also added the
[assembly: System.Security.AllowPartiallyTrustedCallers]
line to my assemply.cs file.
This is running on framework 1.1, IIS 5.1 in IE 6, does anyone know why i'm
getting this behaviour ?
Any help appreciated,
Thanks
Dave.
I have a winformcontrol which is loaded using the object tag in a html page
which only appears when I load the page using localhost, if I used my
machine name or www.mysite.net which is also linked to 127.0.0.1 in my hosts
file the page does not appear, The control has a strong name. I dont
understand this security system, I've also added the
[assembly: System.Security.AllowPartiallyTrustedCallers]
line to my assemply.cs file.
This is running on framework 1.1, IIS 5.1 in IE 6, does anyone know why i'm
getting this behaviour ?
Any help appreciated,
Thanks
Dave.