Hosted WINFormControl only works via LocalHost

  • Thread starter Thread starter Dave Brown
  • Start date Start date
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 trusted it with full trusts, but still no luck.

Is there anyway to setup an assembly/control to behave as the older activex
controls did,

I got used to signing my code/cab and then having my users just click yes
when asked if I was trustworthy.
These new security methods i'm sure have much more capabilities but boy they
seem difficult to implement and understand.

rgds,

Dave.
 
Back
Top