If you create Control in your DLL project (e.g. by right-clicking the
project icon in the IDE and adding a UserControl), it can be hosted within a
web page by using the OBJECT tag, just as an ActiveX control can. Note that
the classid tag is different, and also that Code Access Security may play a
role if you want to do things like access the hard drive. Basically, there
are far more security restrictions in order to make sure that your control
doesn't do anything nasty.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.