Its D - Set the AspCompat attribute of the Page directive to true.
This allows the page to call STA components, such as a component
developed with Microsoft Visual Basic 6.0. Setting this attribute to
true also allows the page to call COM+
Regards,
Daniel Roth
MCSD.NET
Luis Esteban Valencia wrote:
> You are creating an ASP.NET application for the Widget Company. An earlier
> version of the application uses ActiveX components that are written in
> Visual Basic 6.0. The new ASP.NET application will continue to use the
> ActiveX components.
>
> You want the marshaling of data between your ASP.NET application and the
> ActiveX components to occur as quickly as possible.
>
> Which two actions should you take? (Each correct answer presents part of the
> solution. Choose two)
>
>
> A Use ODBC to retrieve the data.
>
> B Use early binding.
>
> C Use late binding.
>
> D Set the AspCompat attribute of the Page directive to true.
>
> E Set the AspCompat attribute of the Page directive to false.
|