The ActiveX controls will be instantiated on the client as they are when you use them in any other web page, so there are not any special considerations for using the Measurement Studio ActiveX controls in ASP.NET. The page will be like any other page, and then you can use the IE
object tag to embed the ActiveX control in the page. For more information, see the Microsoft KB article
HOW TO: Host ActiveX Controls in a Web Form. I also suggest reading through some of the previous discussions about ASP.NET and ActiveX controls from this forum, such as the ones at
this link and
this link.
- Elton