hi,
i've gone through the exercise of creating a windows user control and adding the control to an aspx form by way of the <object> tag as specified on MSDN and a few hundred other posts out there. however, i can't seem to figure out how to get the control to run from our intranet server. when i test locally (127.0.0.1), everything works fine.
things i've ensured:
~ the .dll is up to date and copied into the directory where the aspx page sits.
~ the classid field of the <object> tag is correctly referencing the assembly as well as the full class name such as:
<object id="foo" height="x" width="x"
classid="http:myControl.dll#myNamespace.myControl"></object>
~ the directory and all subs there) on the intranet server have been granted full trust under the LocalIntranet zone (on my client machine)
~ i've even strong named the control's assembly and aditionally flagged it with assembly:AllowPartiallyTrustedCallersAttribute()
anyone have any thoughts as to why this is foobar? many thanks in advance!
..:: mirirom ::..
i've gone through the exercise of creating a windows user control and adding the control to an aspx form by way of the <object> tag as specified on MSDN and a few hundred other posts out there. however, i can't seem to figure out how to get the control to run from our intranet server. when i test locally (127.0.0.1), everything works fine.
things i've ensured:
~ the .dll is up to date and copied into the directory where the aspx page sits.
~ the classid field of the <object> tag is correctly referencing the assembly as well as the full class name such as:
<object id="foo" height="x" width="x"
classid="http:myControl.dll#myNamespace.myControl"></object>
~ the directory and all subs there) on the intranet server have been granted full trust under the LocalIntranet zone (on my client machine)
~ i've even strong named the control's assembly and aditionally flagged it with assembly:AllowPartiallyTrustedCallersAttribute()
anyone have any thoughts as to why this is foobar? many thanks in advance!
..:: mirirom ::..