M
Marina
Hi, I created a simple user control. The object tag in the .aspx is:
<OBJECT id="test" widht="100" height="100"
classid="bin/MyDLLName.dll#MyDLLName.MyControlName" VIEWASTEXT>
</OBJECT>
However, the object doesn't show up. I get a '403' in the IIS log. My
intranet security is set to full trust (i am running this locally).
Any ideas about how this is supposed to work? I'm having trouble finding
documentation for any of this.
<OBJECT id="test" widht="100" height="100"
classid="bin/MyDLLName.dll#MyDLLName.MyControlName" VIEWASTEXT>
</OBJECT>
However, the object doesn't show up. I get a '403' in the IIS log. My
intranet security is set to full trust (i am running this locally).
Any ideas about how this is supposed to work? I'm having trouble finding
documentation for any of this.